Can I disable a live search feature or only a live search thumbnail ?

Posted in: Newspaper
Post count: 8

Dear TagDiv team,

Can I disable a live search feature or only a live search thumbnail on the menu bar ? If can, how can I do. Thank you very much.

Sorry if this has been answered already somewhere,

Post count: 23312

Hello thanop,

If you want to disable the Ajax Search function, please notice that you will have to use a bit of CSS code to hide the class which calls this option. Please try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-aj-search-results{
display:none;
}

Thanks.

Post count: 8

Got it, Thank you very much 🙂

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