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.

Headline and subheadlines in vantage widget

Open 2 replies general
10 years ago · Last reply by Andrew Misplon 10 years ago

Hi, Vantage rocks really! However, how do I I interchange the position of the headline and subheadline of the vantage headline widget?

I’m running vantage premium. Just bought this great theme :)

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

Need fast email support? Get SiteOrigin Premium

Replies

2
  1. Andrew Misplon Staff 10 years, 5 months ago

    Hi Xenia Jc

    Really glad to hear you’re enjoying Vantage :)

    Don’t forget to include your order number in the field provided next time you post a thread. We’ll be able to reply a little sooner.

    The headline and sub-headline in the Headline widget aren’t interchangeable. If you send your link we can take a look and try swap them with some CSS magic.

  2. Andrew Misplon Staff 10 years, 5 months ago

    Hack the planet! Here we go:

    1. Edit the Headline widget concerned. I’m assuming you’re working with the Vantage Headline Widget. Click Attributes top right and insert the following in the first field, CSS Class:

    custom-headline

    2. Go to Appearance > Custom CSS and target our new class with the following:

    /* Custom Headline Widget */
    .custom-headline .widget_headline-widget h1 {
    padding-bottom: 20px;
    margin: 0;
    font-size: 14px;
    color: #666666;
    font-weight: 200;
    }
    .custom-headline .widget_headline-widget h3 {
    padding-top: 20px;
    margin: 0;
    font-size: 26px;
    line-height: 36px;
    text-transform: uppercase;
    color: #444444;
    letter-spacing: 1px;
    }

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