"Related articles" color changed after updates

Posted in: Newspaper
Post count: 3

Hi,

after last updates the “Related articles” text color changed and became white as the background. I don’t understand how I can change it again. Here a screenshot of the issue, that it’s the same if I click on “More from author”: http://pasionaria.it/immagini/related.PNG. The site is http://pasionaria.it/.

Thanks for your help,
Benedetta

Post count: 22421

Hello,

This happens because the demo style mekes the related articles hae a white color when active and a colored background. But your site has a white background on all headers so that makes the related articles element with a white on white color.
please use this code to change the color:
.td_block_template_1 .td-related-title .td-cur-simple-item{
color:#de2178;
}

Add the code in the theme panel-> custom css box

Thanks.

Post count: 3

It works! Thanks a lot

B

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