Removing category names in CatTemplateStyle 8

Posted in: Newspaper
Post count: 5

As seen in a previous post, I’m using this code to remove the category name from the cagegory-container:
.category .td-page-title{
display:none!important
}

But using Category Template Style 8, the category container still holds the names of the active categories. I would like to remove those names from the container. Example image:

View post on imgur.com

Any custom css? Thanks in advance!

Post count: 20688

Hi,

If you would like to remove the categories displayed here
https://www.screencast.com/t/xQygiF0xhWu
On that particular category template, you could use this code
https://www.screencast.com/t/D4R5oq21SF
The code needs to be entered in Theme panel->Custom Css

.td_category_template_8
.td-category-siblings {
display: none;
}

Thanks

Post count: 5

Sorry, I forgot to thank this help. It worked! Great! Thanks a lot Simion!

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