Trying to change blog title color in Blogum theme
-
Can anyone help… I am trying to change blog title in Blogum from black to blue (dark blue, preferably). Not sure how to change the CSS code. Thanks!
The blog I need help with is: (visible only to logged in users)
-
Add this to the CSS edit window and then put in your desired hex color code. You could also try the standard “darkblue” as a color as in color: darkblue; .
#header h1 a { color: #000000; }
- The topic ‘Trying to change blog title color in Blogum theme’ is closed to new replies.