Disable search icon

Posted in: Newspaper
Post count: 1

please help me, cant find how disable search icon inside theme panel, thanks

Post count: 23312

Hello barrosgfj,

Unfortunately, the theme does not have any such an option that allows you to turn off the search icon. However, this is an important feature which has to be available on each site and that’s why does not have something like this, sorry! Also, you can use a bit of CSS code to hide it. Try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-icon-search{
display:none!important;
}

Thanks for the message!

Post count: 11

Thanks! Just what I was looking for.

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