Hi all,
Is it possible to set the category box colours (currently black) in this latest story block:

To the same colours I set here in the setting (ie. Junior posts are green boxed):

Instead of them just being those colours in the single post page?
Thanks
Andy
Hello Andy,
If you referring to setting a color for each category, you can check this topic => https://forum.tagdiv.com/topic/mobile-theme-duplicate-titles-missing-categories-category-tag-colour/
Thank you!
Hi,
Can you provide the link to your website? Please delete the code, I will investigate and if necessary I’ll give you another code.
Also, did you check this link and the code -> https://forum.tagdiv.com/topic/category-color-and-filtering-options/?
Thank you!
Sure, I deleted it, site is https://gateway.theabbey.co.uk
Yes I did see that code on that link too, think I just about copied it but it’s still not playing nicely.
Thanks
Hi,
I just did a test for the “seniors” category and the code works -> https://i.imgur.com/0sRjAtC.jpg
.td-module-image a[href$="/seniors/"], .td-meta-info-container a[href$="/seniors/"], .td-module-container a[href$="/seniors/"], .single .td-category a[href$="/seniors/"], .tdb_single_categories a[href$="/seniors/"] {
background-color: red;
}
You can change only the category and color and use this code for each category.
Thank you!
Hi,
This is a strange situation because I made a test and works https://i.imgur.com/Y44Fy9t.jpg
.td-module-image a[href$="/juniors/"], .td-meta-info-container a[href$="/juniors/"], .td-module-container a[href$="/juniors/"], .single .td-category a[href$="/juniors/"], .tdb_single_categories a[href$="/juniors/"] {
background-color: #25796a;
}
Thanks!



