Home>Support>Changing Header Text Color

Changing Header Text Color

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 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. 10 years, 8 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. 10 years, 8 months ago DavideC

    It worked perfectly!

    Thank you

    Davide

  3. 10 years, 8 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