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.

Add a Widget to Vantage Pro

Resolved 3 replies premiumthemetheme-vantage
10 years ago · Last reply by Andrew Misplon 10 years ago

I need to add a phone number into the header of Vantage Pro site for a client. They want the phone number below the site tag line in green.

Is there a way to add a widget or text area below the site / tag line

thanks for your help

URL: http://office.enticewebdesign.com.au/build1/

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, 9 months ago

    Hi Gringo7

    Thanks for reaching out. Try this, go to Appearance > Theme Settings > Logo and remove the header text. Next go Appearance > Widgets and insert a Text widget into the header widget area.

    For a little easy customisability using Custom CSS let’s try the following I sent out on request to a user earlier today.

    Insert into the Text widget:

    <span class="tel">Content</span>
    <span class="info">Content</span>
    <span class="info-sup">Content</span>

    And insert into Appearance > Custom CSS:

    #header-sidebar aside span {
    	color: #ffffff;
    }
    .tel {
    	font-size: 20px;
    }
    .info { 
    	font-size: 14px;
    }
    .info-sup {
    	font-size: 16px;
    }

    The above rules were created based on the request of the user. Hopefully you get the gist and tweak everything to how you’d like it.

    If not, let me know how far you get and we’ll take it from there :)

  2. Gringo7 10 years, 9 months ago

    Hello Andrew,
    Thank you for the help. I have set the page header details as I need them.

  3. Andrew Misplon Staff 10 years, 9 months ago

    Super, glad to hear you’ve made progress on this.

    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