Remove Search Bar

Posted in: Newspaper
Post count: 15

Hello, i have two search bar on my webpage; how do i disable the Newspaper Search? I have gone through the Theme Panel and cant seem to find to option to disable search.

I placed a custom CSS on Theme Panel > Custom Code > Custom CSS
.td-aj-search-results{
display:none;
}

But the Search Icon is still there. I am using Newspaper v7.2

Thank You

  • This topic was modified 10 years by uyo.
  • This topic was modified 10 years by uyo.
Post count: 23312

Hello uyo,

If you want to remove the Newspaper Search, please try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.header-search {
display:none;
}

Thanks.

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