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.

Editing “Vantage Headline” font color in footer

10 years ago · Last reply by Andrew Misplon 10 years ago

Hi,
I’m new to word press and was trying to find a custom CSS that would change the font color of my Vantage Headline that is located in the footer of my webpage. I have the vantage Headline in two places on my homepage but i want to be able to change the color separately, the code I’ve used only changes both of my headlines.

Thank you,
David Walker

URL: http://www.triplecircleassetmanagement.com/wordpress1/

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

Need fast email support? Get SiteOrigin Premium

Replies

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

    Hi David

    Thanks for reaching out. The easiest solution would be to run our new Headline widget, it has a font color selector. Once you’ve installed: https://wordpress.org/plugins/so-widgets-bundle/ you can activate the Headline widget at Plugins > SiteOrigin Wigdets. When you insert it, look for the SiteOrigin Headline widget.

    Hope that helps :)

  2. David TCAM 10 years, 10 months ago

    Andrew,

    Thank you, that helped with the color issue! But then it doesn’t have the same format of the old Vantage Headline, I couldn’t find anywhere to change the font size of the widget.

    David

  3. Andrew Misplon Staff 10 years, 10 months ago

    Good point! I think we need a font size and text transform (uppercase) setting there.

    Ok so back to Custom CSS then. Try the following under Appearance > Custom CSS:

    /* SiteOrigin Headline Widget */
    .so-widget-sow-headline .sow-headline h1 {
      font-size: 26px;
      text-transform: uppercase;
    }
    .so-widget-sow-headline .sow-headline h3 {
      font-size: 14px;
      font-weight: 200;
    }

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