Change the color of Related Article and More of the Author

Posted in: Newspaper
Post count: 40

Hi, how to change the color of “Related Article” and “More of the Author” in a normal entry in the Standard – Default template?

https://www.cruisesnews.es/Portal2019/2019/07/29/creative-decorating-with-houseplants-from-floor-to-ceiling/

Thanks

Post count: 27744

Hello,

Please check this topic https://forum.tagdiv.com/topic/block-and-posts-contents-colors/

Hope this help you!

Thank you!

Post count: 40

Hi, I understand. I have used the custom CSS, changing the color, but I think I also have to specify the template, which in my case is the Default template. How do I have to specify it?

Thanks

body .td_block_template_4 .td-related-title .td-cur-simple-item {
background-color: #460f31 ;
}
body .td_block_template_4 .td-related-title .td-cur-simple-item:before {
border-color: #460f31 transparent transparent transparent !important
}

Post count: 27744

Hi,

Please try this one

body .td_block_template_1 .td-related-title .td-cur-simple-item {
background-color: #EA2E2E;
}
body .td_block_template_1 .td-related-title .td-cur-simple-item:before {
border-color: #EA2E2E transparent transparent transparent !important
}

Thanks!

Post count: 40

Perfect! Thanks!

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