Posted in: Newspaper
Apr 9, 2019 at 4:00 pm
Hi,
If you want to hide a specific category on blocks you can use a custom css ,
for example I want to hide the category Travel -> https://www.screencast.com/t/sCinDIlcM
-> https://www.screencast.com/t/p6jk08Lu4E -> https://www.screencast.com/t/ICb5keRVOkK
.td-module-image a[href$="/travel/"],
.td-meta-info-container a[href$="/travel/"]
{
display: none;
}
All you need to do is to change the category in code and the background color will apply on that category.
Thank you for your understanding!
May 15, 2023 at 2:06 pm
Hello @jansuo!
Edit the page with the tagdiv Composer, click on the block and there you will have a setting for this: https://prnt.sc/gP_2RXiIhL7o
Thank you!
Viewing 9 posts - 1 through 9 (of 9 total)
The forum ‘Newspaper’ is closed to new topics and replies.