Home>Support>Vantage – Search disabled in menu but apprears in responsive menu.

Vantage – Search disabled in menu but apprears in responsive menu.

Hi,
I have disabled the search feature through the “Vantage Premium Theme Settings” page.
And enabled responsive menu.
A search bar is still shown in the responsive menu.
Perhaps this is a bug?
How do I disable it manually? CSS or somekind of menu PHP file?
Thanks!

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

  1. 10 years, 5 months ago Nickson

    Oh, I’ve removed the search bar in responsive menu using the “Custom CSS” page.
    Using:
    .mobile-nav-frame form.search{
    visibility: hidden;
    height:0px;
    margin:0px;
    }

    Is there a more proper way?
    Hopefully the next version Vantage will fix this :)

    I want to change the Font of the Page Title in the content section only, but I do not see that option.
    Is it that complex modifications are not added into Vantage (premium or not) because you do not want to complicate the user interface too much?

    Thanks!

  2. 10 years, 5 months ago Andrew Misplon
    Hi, I Work Here

    Hi. This is unfortunately not a theme setting at the moment. Custom CSS would be the correct way to remove it. You could do it in one line like this:

    /* Hide Search In Mobile Nav */

    .mobile-nav-frame form.search input[type=search] { display: none; }
    {/code}

    In Vantage Premium you can set the Heading Font under Appearance > Theme Settings > Fonts.

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