Category style on category template

Posted in: Newspaper
Post count: 117

Hi there,

Could you please teach me how can I change the category style on the category page which is on category template (not created by TagDiv). It is on the category template 7. Below is the example picture.
https://imgur.com/bhIC3HV

Thank you

Post count: 27744

Hello,

I am sorry. I’m not sure I fully understand what you are looking to achieve. Can you provide more details?
For example, if you want to change the fonts for the category tag, you can change it from Theme Panel -> Theme Fonts -> Modules and Blocks General => https://www.screencast.com/t/myYTtmtrE4aA
Also, regarding grid and module type you can find it in each category => https://www.screencast.com/t/pkudypcbGShX

Thank you!

Post count: 117

Hi there,

Could you please teach me how can I change the color of the categories shown in the below picture? It is on the category template 7.
https://imgur.com/bhIC3HV

Thank you

Post count: 27744

Hello,

You can change the color for category template 7, using this custom code => https://www.screencast.com/t/TxFpyF4sowT3

.td-grid-style-1 .td-post-category {
background-color: rgba(255, 0, 0, 0.7);
}


The hover color is the accent color from Theme Panel -> Theme Colors -> General => https://www.screencast.com/t/IYIBnEc4s4I
This code needs to be set in Theme Panel> Custom code> Custom CSS.
If you used cloud templates then you could set color with tagDiv Composer.

Thank you!

Post count: 117

Hi there,

I did what you taught to me. Unfortunately category color did not change of lower part posts. It seems only header part color changed.
https://imgur.com/fHzc1Bt

Thank you

Post count: 27744

Hello,

This is the new code for both blocks =>
.td-grid-style-1 .td-post-category {
background-color: rgba(255, 0, 0, 0.7);
}
.td-post-category
{
background-color: rgba(255, 0, 0, 0.7);
}

Thank you!

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