Home>Support>Vantage Theme – Support Text

Vantage Theme – Support Text

Hi, I’ve been using the Vantage theme for quite some time and have a specific question on the “support text” field available in masthead.

I am NOT using any support text. This is not a problem on a wide screen, such as a notebook one.

The problem is that whenever I visit my website using a smaller screen device (like a tablet or a smartphone), due to responsiveness the support text field is relocated between the site title and the main menu, and an empty space is displayed there. Using developer tools, I noticed that .support-text has a 30px top margin.

Could you please provide some custom CSS code that allows for either:

(a) support text to be hidden (not displayed); or
(b) the 30 px margin to be forced to 0px.

Thanks in advance!

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 6 years, 4 months ago P Breviglieri

    After additional research, I would like to narrow my request for some custom CSS code that enables me to DISABLE support text. Changing the corresponding “display” property to “NONE” instead of “BLOCK” for SMALL SCREENS (responsive behavior) would solve my problem. I just need to know where to implement the change.

    Thank you!

  2. 6 years, 4 months ago Alex S
    Hi, I Work Here

    Hi P,

    You can fix this with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Add the following CSS:

    body.responsive #masthead .hgroup .support-text {
    	display: none;
    }
    

    You might also need to install the SiteOrigin CSS Editor.

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