Site Title Color
-
I am trying to change the Site title font color (but not the tag line) using the CSS customizer. What code do I need for this? Or at least, how do I make it color #4dbce9? Every time I get it that color, it publishes as black.
The blog I need help with is: (visible only to logged in users)
-
Hi,
Please use the following CSS Code snippet..site-title a, .site-title a:visited { color: #4dbce9; } .site-title a:hover, .site-title a:focus, .site-title a:active { color: #44a7cf; }
Thanks
- The topic ‘Site Title Color’ is closed to new replies.