Question about the search icon

Posted in: Newsmag
Post count: 17

Hi,

Is there a way to disable/hide the search icon?

Post count: 23312

Hi,

Yes, it is possible if you will use such a custom CSS code for that. Use the code below and place it in Theme panel -> Cusotm CSS area.

#td-top-search{
display:none;
}

Thank you!

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