Change Color of Site Title on Home Page
I have been trying to change the color of my site title on my home page and still cannot get it to change. I added the following code to CSS:
/* Site Title Color */
header#masthead hgroup h1 {
color: #666666;
}And it did not change anything. It would seem that this would be something simple to do, but I cannot get it to change. Any help would be greatly appreciated.
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
4Hi David
Almost there. #666666 is the default. Did you have a chance to change that value to your preferred color?
Ahh I see the issue. There was a small change to the page markup a few versions ago. This is what it should be:
/* Site Title Color */ header#masthead .hgroup h1 { color: #666666; }Try that and change #666666 as required.
YES! That worked! Thank you Andrew. I was getting really frustrated at not being able to change something that would seem to be so easy to change. Thanks again.
Apologies for the hassle. Glad to hear you made the change now.
All the best.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.