Featured Category

Posted in: Newspaper
Post count: 1

Hello people,

After switching to the cloud template library, the caption of the Featured category started to be displayed in single posts. By default it has always been hidden in previous versions of Newspaper.

How to hide it?

Thanks

Post count: 35449

Hi,

Yes, the cloud template will display this category too, in order to fix this you’ll need to use a custom css -> https://i.imgur.com/vGkZ5zq.png
.single .tdb_single_categories a[href$="/featured/"] {
display: none;
}

The code need to be set in theme panel> custom code> custom css.

Hope this will help you!
Thanks.

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