Category Tag box colours (in Mega Menu & through site)

Posted in: Newspaper
Post count: 23

Can you please tell me if there is a default way to change the colour of the small boxes that contain the name of the category (I think its called the category tag). I’ve been able to change it in tagdiv Cloud Library blocks (one block at a time). But I’d like to change it throughout the site AND specifically in the MegaMenu (the category tags are all white text on a black background). Thank you.

Post count: 20688

Hi,

Default blocks and grids don’t have the options that flex blocks and flex grids have. Also default header styles versus cloud header styles (cloud header styles have an option for the category tag color – http://prntscr.com/n5tefg )

However this could be done with some CSS. For example this code should allow you to change the background color and text color for normal and hovered caetgfory tags in the header
http://prntscr.com/n5tgd0

#td-header-menu .td-post-category {
background-color:red;
color: yellow;
}
#td-header-menu .td-post-category:hover {
background-color:yellow;
color: red;
}

Use the colors you want in the code, then enter it in the theme panel custom CSS code section.
If you want to change it in other places let me know where and I will give you a solution. A link to the respective page and more details will be helpful if possible. Let me know.

Thanks

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