Search icon in header

Posted in: Newspaper
Post count: 30

Is there a way to hide the search icon in the header? Or even better just have it show when scrolling down the page?

Post count: 23312

Hello deelv,

The only way in this regard is to use a bit of CSS code to hide it. Place the code in Theme panel->Cusotm CSS Area.

The code is ->

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

Thanks for the message!

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