Disable search and set mobile menu bar transparent.

Posted in: Newspaper
Post count: 3

1. How can I disable search button?
Using CSS, it appears for a moment after entering the webpage. There should be some sort of “disable” functionality.

2. How can I set mobile menu bar transparent?
I’ve imported the Restro demo. The mobile menu bar is in some sort of grey, while I want it to be hidden – just the logo and hamburger menu visible over the Hero image. Is it even possible?

Post count: 1

1. How can I disable search button?

Step 1 – Navigate to Newspaper > Theme panel > Header style to access the header options. You will see SEARCH POSITION sections.

Step 2 – Then select “Hidden” option hide to search

Step 3 – Click the Save Setting button

hide-search

  • This reply was modified 7 years by vikas.
  • This reply was modified 7 years by vikas.
Post count: 35449

Hi,

For the first question please follow the steps mentioned above by vikas.
For the second question please add the below custom css in Newspaper>Theme panel> Custom code> advanced css section phones
.td-header-wrap .td-header-menu-wrap-full, .td-header-wrap .td-header-menu-wrap, .td-header-wrap .td-header-main-menu {
background-color: transparent !important;
}

https://www.screencast.com/t/JUhR7ap1F

See results : https://www.screencast.com/t/FJGA4Kidk

Thank you.

Post count: 3

Thanks, but the “Search position” toggle doesn’t work at all. The search icon is still visible.

Post count: 35449

Hi,

If you refer to this search icon
https://www.screencast.com/t/rAgCyH9k
then the will work
https://www.screencast.com/t/oLWT4fIW
See results:
https://www.screencast.com/t/RVokWxCokl

Or maybe you refer to another search icon.

Thank you.

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