Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    That’s apparently from this theme

    http://wordpress.org/extend/themes/magazine-basic

    What do you want to change? The CSS for the tag line?

    Thread Starter herpinkjersey

    (@herpinkjersey)

    i want to change the font and size of the subtitle line that is under the bog title “Her Pink Jersey” the line that says “Sports Stuff With A Splash Of Pink”

    There are two CSS sections that affect that — line 178 and line 171

    #description.aligncenter {
        clear: both;
        margin: 0 auto 20px;
        text-align: center;
    }
    style.css (line 178)
    #description {
        clear: left;
        font-size: 18px;
        margin: 0 16px 20px;
        padding: 0;
    }

    Put the changes in the second one, as that takes precedence as it is later in the stylesheet.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘looking for the editing code for’ is closed to new replies.