Change the category color in the home page

Posted in: Newsmag
Post count: 23

Hello 🙂
Is it possible to change the category link in the home page? Otherwise if you have very different kind of content it’s difficult with blog style for users to find what you need.
Thanks and have a nice day!

Post count: 23312

Hi,

Provide your website URL and some useful screenshots with your desired changes.

Thanks.

Post count: 23
Post count: 23312

Hi,

Please before more specific about what kind of your category you are referring to. It’s talking about category tag from here -> https://www.screencast.com/t/2FHx52xMU

Thanks.

Post count: 23

Hello
Yes, I wish to change the category colour in the home page blog, othewise all the categories of the post are black, and it’s difficult for the user to find what he need

Post count: 23

Exactly the text you point with the arrow

Post count: 23312

Hi,

You can try using the following code ->

a.td-post-category {
background-color: red;
color:blue;
}

The result is here -> https://www.screencast.com/t/kRAzIUuZamK

Thanks.

Post count: 23

Yes I see, but this not solve my problem. Is it possible to have a different colour for every different category tag?
Thanks a lot

Post count: 23312

Hi,

You can try to use the setting from Theme panel, from here -> https://www.screencast.com/t/pme47AbBtqw5

Thanks.

Post count: 23

Hello
Yes I did it but this will not change the colour in home page but just inside the post

Post count: 23312

Hi,

In this case, you need to create your own custom CSS code, using the Inspector browser according to our documentation from here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/ because the theme does not have any such an option for this.

Thanks for your understanding!

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