How to Remove Mobile Search, or Enable/Disable it?

Posted in: Newspaper
Post count: 2

Hi,

Is there a Theme Options to enable or disable the Newspaper Default search bar?

If no, could you guide us which is the file and line to remove Mobile Search button and form?

Many Thanks.

Post count: 22421

Hello,

If you want to remove the search on the mobile menu you can simply use a css code to remove it.
Add this code in the theme panle-> custom css box:
@media(max-width:767px){
.header-search-wrap{
display:none;
}}

If you use the mobile theme plugin you must add the co0de in the mobile theme section (the very last menu in the theme panel)

Thank you!

Post count: 2

Thanks.

Just tried but it seem everytime reload of page, the search button will blink and the disappear.

Is there a way to make it not blink?

Thanks.

Post count: 22421

Hi,

That means you use probably use speedbooster and have the css moved to the footer to improve page speed. Css will provide this effect. Please add the code in style.css at the very bottom of the file to have it not blink.

Thanks.

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.