Category Stlye with no header

Posted in: Newspaper
Post count: 186

Please how do i make the category view to have no header pictures and also have article display in one column

Post count: 23312

Hello willysawa,

In order to achieve as you wish on the category page, you have to set the modules on this page from Theme panel-Categories section, like this -> http://screencast.com/t/erI1PMRdsq and for header section, please try the code below and add it in Theme panel-Custom CSS area. You have to target each category by ID, like this http://screencast.com/t/kdlMdPZW9Gy3 -> http://screencast.com/t/MWkuXH5cQEnt

.category-6 .td-header-wrap {
display:none;
}

Above I gave you an example for a single random category with ID=6. You have to implement this on your website and find the category ID for each category like this -> http://screencast.com/t/pEr6PZeflN

For more details about category, please check our documentation here -> https://forum.tagdiv.com/how-category-settings-work/

Hope this helps and let us know how it goes!

Thank you for the message!

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