How do I make tagline darker text on ThemeMin?
-
I’m new to all of this. Please help me figure out how to make tagline text darker on the ThemeMin. I have upgraded so I have the CSS option, but it is another language. Thank you in advance whoever knows.
The blog I need help with is: (visible only to logged in users)
-
You can modify the color of the tagline text using this code:
#site-description {
color: #ccc;
}The “#ccc” part is what sets the text color, so by choosing another color you can make it darker. Here is a list of color names and codes you can use: http://www.w3.org/TR/css3-color/#svg-color
Here is an intro to CSS basics from WordPress, in case you want to get a handle on how it works: http://en.support.wordpress.com/custom-design/css-basics/
- The topic ‘How do I make tagline darker text on ThemeMin?’ is closed to new replies.