How do I change the color of the tagline in wordpress?

4 replies
  • WEB DESIGN
  • |
I am trying to change the color of the tagline that shows up in my header in wordpress.

I have looked all though style.css and can't find it anywhere.

The theme I am using is scarlett.

Does anybody know?

thanks
#change #color #tagline #wordpress
  • Profile picture of the author angelie
    Add these lines at the bottom of style.css:

    Code:
    #subtitle{
      color:green;
    }
    Just replace with your preferred color. Hope that helps!
    {{ DiscussionBoard.errors[4600116].message }}
    • Profile picture of the author rocketmoto
      Hey, thanks for the suggestion.

      But I tried to add that code and it didn't work.

      Do you have any other ideas?

      Thanks again
      {{ DiscussionBoard.errors[4600160].message }}
  • Profile picture of the author rocketmoto
    Actually I just figured it out while messing around with some things. It was under this:

    Code:
    .blogname h2 {
        margin:2px 0px 0px 30px;
        font-size:12px;
        font-weight:normal;
        color:#FFFFFF;
        text-align:left;
        text-transform:uppercase;
        }
    Don't know why I didn't try that before.

    Thanks again for the help though
    {{ DiscussionBoard.errors[4600183].message }}
    • Profile picture of the author angelie
      Sorry, I was referring to a wrong demo URL (scarlett-demo.blogspot.com) of the theme where "#subtitle" is used for the tagline

      Just found the demo at jinsonathemes.com. And yes it is the ".blogname h2" that controls the tagline style
      {{ DiscussionBoard.errors[4600605].message }}

Trending Topics