Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
How do I change the color of my Site title? I am looking everywhere under the customize tab, but I cannot find how to change the title color. It is so dark that it is very hard to see with the background I am using. Thanks.
Hi David
Thanks for reaching out.
Please, try the following at Appearance > Custom CSS:
Hope that helps :)
I am not sure where to put the code
/* Site Title Color */
header#masthead hgroup h1 {
color: #666666;
}
on the custom CSS page. Do I add it under the Header#Masthead code snippet? Thanks.
Under your first rule at Appearance > Custom CSS is fine :)