unable to change text color for "Related articles" and "More from author". Help

Posted in: Newspaper
Post count: 11

hello,

I’m using the demo News Magazine for my blog, but when I try to change the theme accent color from green (default) to red, the text color of “Related articles” and “More from author” in the bottom of article stay at the default color (green) even though the other already change to RED. could this be a bug of the Magazine demo?

Please help me I want to change it to RED. my blog url is https://www.tatabahasajepang.com

note: I’m not using cache plugin

thanks

Post count: 20688

Hi,

That color is specific to the Magazine demo, it is defined in the demo stylesheet. You can change it with this code to the color you want
https://www.screencast.com/t/xK2ESKZH0e

.td-magazine .td_block_template_1
.td-related-title .td-cur-simple-item {
color: #dd3333;
}

The code must be entered in Theme panel->Custom Css. Another way of doing it would be to edit the demo stylesheet and make the change there
https://www.screencast.com/t/S7n8postdf

Thanks

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