How to disable / remove the Search Icon from the Website .

Posted in: Newsmag
Post count: 7

Hi,

How do I Disable / Remove the Search Icon from the website ( https://imgur.com/ezaz9XA )

http://www.demo.csplhs.com/

Post count: 35449

Hi,

Unfortunately there is no option to disable the search, but this can be done with custom css -> https://i.imgur.com/GnF8MdM.png
#td-top-search {
display: none;
}

The code need to be set in theme panel> custom code> custom css.

Thank you for your understanding!

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