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.

site title turned to grey after update

Resolved 3 replies generalpremium
11 years ago · Last reply by Andrew Misplon 11 years ago

Hello,

The site title has turned to grey after latest update. Had site title customized through custom css;

/* Vantage Site Title Color */

header#masthead hgroup h1 {
color: #ff0099 !important;
font-size:48px;

}

/* Vantage Support Text */

header#masthead hgroup .support-text {
color: #ff0099 !important;

}

I’ve entered my latest order number, Have three website with your theme. Nice.

kind regards,

Rins Boschma
Holland

URL: http://www.alweerwater.nl/

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Andrew Misplon Staff 11 years, 5 months ago

    Hi Holland

    Sorry about that, to get the theme’s code standards compliant we removed the hgroup tag, it’s still there as a class though so just tweak your CSS to:

    /* Vantage Site Title Color */
    header#masthead .hgroup h1 {
    color: #ff0099 !important;
    font-size:48px;
    }
    /* Vantage Support Text */
    header#masthead .hgroup .support-text {
    color: #ff0099 !important;
    }

    Hope that helps.

  2. Rins Boschma 11 years, 5 months ago

    thnx for your quick reply, it works

  3. Andrew Misplon Staff 11 years, 5 months ago

    Super, glad that helped. Thanks for your understanding here. 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