Want to change background colour for Big Grid Flex 2 Category name

Posted in: Newspaper
Post count: 3

I want to change the colors for each of the category names for Big Grid Flex 2. I want the 5 segments to have a different background colour for their category name. Can I get a css code to help with it since the option is not available in the theme panel.
Or is it something you can do for me

Post count: 3

Here is a screenshot describing what I want to achieve
https://ibb.co/N39c8f3

I want to change each of the category box to different colours

What CSS code can I use and where do I paste it within the theme

Thanks

Post count: 35449

Hi,
If I understand correctly, you want to set a specific color for each category, if is so, then you can use a custom css like this one -> https://i.imgur.com/MaKeGZg.jpg
.td-module-image a[href$="/music/"], .td-meta-info-container a[href$="/music/"], .td-module-container a[href$="/music/"], .single .td-category a[href$="/music/"], .tdb_single_categories a[href$="/music/"] {
background-color: green;
}
.td-module-image a[href$="/architecture/"], .td-meta-info-container a[href$="/architecture/"], .td-module-container a[href$="/architecture/"], .single .td-category a[href$="/architecture/"], .tdb_single_categories a[href$="/architecture/"] {
background-color: red;
}

All you need to do is to change the category in code and the background color will apply on that category.
Set the custom css in Newspaper>Theme panel>Custom code>Custom css

Thank you!

Post count: 3

Thanks a lot. Works 100%
Definitely recommending the theme because of your support

Post count: 35449

Thank you for your kind words!
Have a nice day!

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