Define color of "Related Articles" and "More from author"

Posted in: Newspaper
Post count: 58

Hi, please provide to me css code to define colors for the mentioned sections:

#cc092f and hover #22588D

Thanks!

Post count: 23312

Hello wdziedzic,

Try to use the code below and place it in Theme panel -> Custom CSS area.

.td_block_template_1 .td-related-title .td-cur-simple-item {
background-color: #22588D!important;
}
h4>a{
color: #cc092f;
}

The result is here -> https://www.screencast.com/t/H8J8mMuIHw

Thanks.

Post count: 58

Hello Catalin,

I ment the font color, not background color but I already adapted the provided code.

It looks good but is not what I wanted to have 🙂

The idea was: font color: #cc092f and font hover:#22588D (for both – related articles & more from author). No Background color (should stay white as it is now)

Could you please provide me the code?

Thanks!

Post count: 23312

Hello wdziedzic,

Please use the Inspector Browser and try to create yourself the code you want to achieve because we cannot provide additional customizations, sorry! Check here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks for your understanding!

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