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 header text font style – Vantage Premuim

Resolved 7 replies premiumthemetheme-vantage
10 years ago · Last reply by seaneo 10 years ago

Hi

How do I change the header text font and style in the header text in Vantage Premuim. I don’t want it to be italic, I need it to be bold.

I have used the following code in the Custom CSS page:

/* Vantage Support Text */

header#masthead .hgroup .support-text {
color: #000000;
font-size: 29px;
font-style: italic;
}

I tried replacing italic with strong and bold (see below), but it made no difference, the font is still italic, and not bold:

/* Vantage Support Text */

header#masthead .hgroup .support-text {
color: #000000;
font-size: 29px;
font-style: italic;
}

/* Vantage Support Text */

header#masthead .hgroup .support-text {
color: #000000;
font-size: 29px;
font-style: strong;
}

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

Need fast email support? Get SiteOrigin Premium

Replies

7
  1. Martin Akerman 10 years, 11 months ago

    Also, i can’t get it larger than 29px without it being on 2 lines instead of one, even though there is plenty of space.

  2. Martin Akerman 10 years, 11 months ago

    Ok, I got it. I used the following code:

    /* Vantage Support Text */

    header#masthead .hgroup .support-text {
    color: #000000;
    font-size: 29px;
    font-weight: bold;
    font-style: inherit;
    }

    • seaneo 10 years, 4 days ago

      awesome thank you

  3. Martin Akerman 10 years, 11 months ago

    I suggest anyone struggling with custom CSS watch this short video, it’s a life saver for noobs like me:

    https://siteorigin.com/basics/modifying-theme-design-with-custom-css/

  4. Daniel Staff 10 years, 11 months ago

    Hi Martin

    Am glad you managed to solve this :-)

    Always feel free to open a new thread whenever you require support

    Cheers

  5. Martin Akerman 10 years, 11 months ago

    Thanks Addo!

  6. Daniel Staff 10 years, 11 months ago

    Any time :)

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