change color of header text
- The topic ‘change color of header text’ is closed to new replies.
Need help? Check out our Support site, then
I want to change the color of text of a header, css wont allow me to save
The blog I need help with is: (visible only to logged in users)
Hi,
I want to change the color of text of a header, css wont allow me to save
Please use the following CSS Code Snippet to change the color of Header text and description.
/* Site Header Text Color */
.site-title a,
.site-title a:visited {
color: #000;
}
/* Site Description Color */
.site-description {
color: #000;
}
Thanks