Hide the category title on individual blocks

Posted in: Newsmag
Post count: 93

Hi,

I have added 2 block 7 to my home page of my website, but i would like to hide the catergory tags on the one i have circled. is this possible please?

Screenshot-5

Post count: 35449

Hi,
You can set with tagDiv Composer on that block a class and you can trigger that class and the category – https://prnt.sc/tPO1gVL-GXqChttps://prnt.sc/1eJgpNbRv21A after you add the class, let’s say this is ‘my-class’ use thsi css:
.my-class .td-post-category {
display: none;
}

Thank you!

Post count: 93

Hi Calin.

When i add the css to the class it removes all the block and not just the category tags?

Post count: 35449

Hi,
Could you please provide some screenshots with the settings you’ve made and the CSS as it is set?
Thank you!

Post count: 93

Hi Calin,

I was putting the css code in the wrong place. my fault! thank you for your help.

Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.