Category button background color

Posted in: Newspaper
Post count: 74

Hi,Please tell me how to change the background color of the category button.

https://drive.google.com/open?id=0BwBOesVUMZwcNUNIdFBlb1FtVjQ

Post count: 20688

Hi,

You could use some Css to change the category tag color on the modules, like this
https://www.screencast.com/t/FoioYixMs1tQ
This could be used on particular blocks as well
https://www.screencast.com/t/AOZJVlxo8
This is the code used in the first example, you must enter it in Theme panel->Custom Css and change the color to what you want to use

.td-post-category {
background-color: red;
}

Here is a link to a tutorial explaining how you can use the browser inspector to identify the elements on the page and their classes, in order to create custom code that you can use in the theme panel
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
This way you can make minor customization to some elements, that are not available as an option at the moment.

Thanks

Post count: 74

Hi,

Thank you for your kind explanation.

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