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.

Search bar (html 5)

10 years ago · Last reply by Andrew Misplon 10 years ago

I think the mobile version does not show the search function inside the nav menu. (Vantage-Premium theme)

I decided to add a search widget (wordpress’s default search, I assume) with Max Mega Menu plugin. Now I see it in the mobile version (Nexus5).

Then I read this…

Take Full Control of Your Theme’s Default Search Form

Can someone let me know if this a case of Vantage using html 4 instead of html5? (I’m not sure I fully comprehend the article…)

I want to style the search input form to look like the theme’s original search bar. I prefer it to stay within the Panel but I want to have it stretch across the whole panel.

Can anyone help me. I did try but so far no luck…

URL: http://crc.canadianpatriot.org

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Daniel Staff 10 years, 10 months ago

    Hi Luc

    That’s odd the search function is available for mobile too. Would you mind deactivating the plugin installed so that I check where the issue might be?

    Looking forward to hearing from you

    Cheers

  2. ltd 10 years, 10 months ago

    Ok. I disabled Max Mega Menu. The Search bar is there now.

  3. Andrew Misplon Staff 10 years, 10 months ago

    Hi Luc

    There is a Vantage search bar in the mobile menu. Would you perhaps like to style that search field? If so, insert the following under Appearance > Custom CSS:

    .mobile-nav-frame form.search input[type=search] {
      background: #E0E0E0;
      color: red;
    }
    .mobile-nav-frame form.search input[type=search]::-webkit-input-placeholder {
       color: red;
    }

    That’ll let you set the search background and text color. Perhaps that’ll help.

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