This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Change Color of Site Title on Home Page

Resolved 4 replies premiumthemetheme-vantage
10 years ago · Last reply by Andrew Misplon 10 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

4
  1. Andrew Misplon Staff 10 years, 10 months ago

    Hi David

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

  2. Andrew Misplon Staff 10 years, 10 months ago

    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. David Price 10 years, 10 months ago

    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. Andrew Misplon Staff 10 years, 10 months ago

    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.

Have a different question or issue?

Start New Thread