Home>Support>Add a Widget to Vantage Pro

Add a Widget to Vantage Pro

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. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 4 months ago Andrew Misplon
    Hi, I Work Here

    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. 9 years, 4 months ago Gringo7

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

  3. 9 years, 4 months ago Andrew Misplon
    Hi, I Work Here

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More