Home>Support>Changing Header Text Color

Changing Header Text Color

How can I change the Header Text Color?
I’ve tried to follow the past thread modifying the Custom CSS like this:

/* correct issue that text formating is not working */

@import url(http://fonts.googleapis.com/css?family=Lato:700);

/* Vantage Site Title Color */
header#masthead hgroup h1 {
color: #1e73be !important;
}

/* Vantage Support Text */ 
header#masthead hgroup .support-text { 
color: #1e73be !important; 
font-style: bold !important; 
font-size: large;}

but text still grey.

Thanks

Davide

URL: http://systeminn.bugs3.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, 10 months ago Andrew Misplon
    Hi, I Work Here

    Hi Davide

    Thanks for taking the time to search the forum. hgroup has changed in the theme source from a tag to a div class so all you need to do to resolve is add a period before the word hgroup.

    Before:

    hgroup

    After:

    .hgroup

    Hope that helps.

  2. 9 years, 10 months ago DavideC

    It worked perfectly!

    Thank you

    Davide

  3. 9 years, 10 months ago Andrew Misplon
    Hi, I Work Here

    Super, glad that helped.

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