Cannot figure out how to style category "buttons"

Posted in: Newspaper
Post count: 4

Been working to try and style the category “buttons” (I guess thats what they are called) but I cannot get them to all change. I didnt see anything in the theme panel. Can you help me figure out the CSS changes I need to make to change these? The page is below and I have included some screenshots. Thanks!

Page: http://tl-dev.onethingdigital.com/category/logging/logging-operations-canada/
Screenshot 1: https://snag.gy/6FHhzG.jpg
Screenshot 2, Hovers: https://snag.gy/SZpdVC.jpg
Screenshot 3: https://snag.gy/K58Rwg.jpg

Post count: 35449

Hi,

Unfortunately this can be achieve only with custom css -> http://prntscr.com/ooizeo
.td-category-siblings .td-category a[href$="/logging-operations-mid-atlantic/"]
{
background-color: blue;
}
.td-category-siblings .td-category a[href$="/logging-operations-midwest/"]
{
background-color: pink;
}

The code need to be set in the Theme panel>Custom code> Customer css
Here is a similar topic -> https://forum.tagdiv.com/topic/how-can-i-show-the-category-of-each-post-on-the-thumbnail-of-the-post/
Create custom code with the browser’s Inspector or the Live CSS Box -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thank you!

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