• Resolved Dale R

    (@boomer033peoplepccom)


    It seems that no matter what I do I cannot get my Tagline font in Theme 2011 to increase

    I’ve tries changing the #site-description PX and nothing happens. What am I missing?

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • WPyogi

    (@wpyogi)

    You’ll need to post a link to your site for help with CSS issues.

    Thread Starter Dale R

    (@boomer033peoplepccom)

    WPyogi

    (@wpyogi)

    Ah, now I see why you were having trouble with this (per your other thread) – you’re using the dark.css option for twentyeleven – and that stylesheet gets loaded after your child theme one. So one way around that is to use the !important rule in CSS to override the dark.css. You can see if that’s where the styles are from by using Firebug – look for the stylesheet on the right side of the styles. So try this:

    #site-description {
        color: #858585;
        font-size: XXpx !important;
    }

    Yeah, the dark.css exception to the rule is annoying :/ !

    Thread Starter Dale R

    (@boomer033peoplepccom)

    It Worked! U R Awesome!

    Thanks for the assistance helping the world evolve…

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘2011 Theme Tag Line Font’ is closed to new replies.