Hi,
Is it possible to change the colours of the categories? I want each category to be another colour (inspired by our magazine).
Kind regards
Angela
Hello Angela,
Check the Settings from Theme panel from here -> https://www.screencast.com/t/G3immNaLO4
Thanks for the message!
Hi, thank you. Is it possible to have those individual colours/tags display on the homepage too?
Here you can see the colours I’ve chosen for the categories: https://dev.uitdezaanstreek.nl/category/agenda/theater/
But on the homepage the colours/tags will not show in the set colours:
https://dev.uitdezaanstreek.nl
Hi uitdezaanstreek,
Unfortunately this option is only for the categories will not be apply in blocks.
If you chose to use flex block, in Style you can change the background color for category tag, but will change for all
https://www.screencast.com/t/ieAQgdTxJQ3O
https://www.screencast.com/t/1jwnretdY4y
Thank you for your understanding.
I have the same issue. you can customize them separately by add a class name to the flex module that display the article, where the class name is the same of the name of the category. In this case with some css styling we can change colors.
unfortunately I can’t find a way to do that…. can you help me to modify the template?
thank’s,
m
Hi,
You can try this custom code for color on individual categories -> https://www.screencast.com/t/1ilmCmyTZhh
-> .td-module-image a[href$="/video/"]{
background-color: green;
}
All you need to do is to change the category in code.
Hope this will help you!
Thanks.