Color text menu "related article"

Posted in: Newspaper
Post count: 5

Hi,
I can’t change de colour of “related article” text menu. It appears in pink. I use baby blog demo that I’ve changed to red color, but I can’t remove pink color in this area. I change all the other color text without problem. Thnks

Post count: 18283

Hello !

Please add this CSS code in order to change the text color and hover color: .td-blog-baby .td_block_template_1 .td-related-title .td-cur-simple-item {
color:red;
}
h4>a {
color:red;
}
.td-blog-baby .td-related-left:hover, .td-blog-baby .td-related-right:hover {
color: blue;
}

The code must be inserted here: https://www.screencast.com/t/J1Nxw5s5

Thank you !

Post count: 5

Great!!! it’s perfect. Thanks

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