Remove header/top bar + search and category

Posted in: Newspaper
Post count: 3

Hi I have 2 problems that I can’t find a way on my own.

1) I want to remove the top bar (as show in red) and the search button.
Se picture of problem.

2) When clicking a post I dont want anybody to se the “home-category-post name” How can I hide this?
See picture of problem.

Sorry to take up your time, if you have a solution I would be very happy. Thanks in advance
and best regards!

Post count: 3

Okey didnt know what BREADCRUMBS was. But question 2 is solved!

Post count: 3

I´ve tried solve question 1 with different CSS code but none I found with Google have helped me. So I am still in desperate need!

Post count: 7909

Hi,

I’m not sure what you mean, but if you want to remove the top-bar, it is an option in Theme Panel > Header – http://screencast.com/t/tmeviOA44vZ Also you can go through documentation – https://forum.tagdiv.com/top-bar-templates/
For search from the main menu you can use this custom css in Theme Panel > Custom Css:

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

Thanks!

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