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.

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

Resolved 2 replies premiumthemetheme-vantage
11 years ago · Last reply by Andrew Misplon 11 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

2
  1. Nickson 11 years, 10 months ago

    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. Andrew Misplon Staff 11 years, 10 months ago

    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.

Have a different question or issue?

Start New Thread