How to add category tag?

Posted in: Newspaper
Post count: 225

How to add category tag on home page. I want to do this on my home page: http://prntscr.com/8tsous
My Site link: https://mydreamlives.com/

Can I do this?

Post count: 22421

Hello Arafat,

There is an option for category tags in the theme panel. You can activate the option on every module and blocks separately:
http://screencast.com/t/pBArRVDclUjA

Thanks.

Post count: 225

Thank You! Can I change tag color.

  • This reply was modified 10 years by Arafat.
Post count: 22421

Hello,

There is a tag color in category edit, but it will only apply to posts, not modules: http://screencast.com/t/j719l5DLdJN
You can only target the module category tag with custom CSS:

.td-post-category{
background-color: red
}

This code will apply to all categories at once. If you want to target a specific category you have to change the code and use the specific CSS class for each module/block.

Thanks

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