Home>Support>Change Color of Site Title on Home Page

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.

URL: http://www.intelligentsportssolutions.com

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 15 days ago Andrew Misplon
    Hi, I Work Here

    Hi David

    Almost there. #666666 is the default. Did you have a chance to change that value to your preferred color?

  2. 9 years, 15 days ago Andrew Misplon
    Hi, I Work Here

    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.

  3. 9 years, 15 days ago David Price

    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.

  4. 9 years, 15 days ago Andrew Misplon
    Hi, I Work Here

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More