Latest Article + Side Bar Title Colour

Posted in: Newspaper
Post count: 11

Hi,

My website is Arthursjournal.com, a Red Dead Redemption Blog, as you will see i have changed the main block background colour to black, although i think this looks good it means that the article titles are hardcoded to black so they are not visible, how would i change this colour on both the latest article block and side bar widget as this is also affected. This may be impossible but if you go to an article, say: http://arthursjournal.com/guides/dead-eye-guide-red-dead-redemption-2 , you will see that i have left the background white here, as such the sidebar title colour looks good, is there anyway to have the homepage titles one colour and in article another, for example (and im not sure if this is how it works) could the css call out a title colour for a specific widget meaning i could change the sidebar on the articles to something different to the homepage side bar,

Cheers in advance,

Charlie

Post count: 20688

Hi,

Predefined blocks (blocks 1->25) don’t have settings to chnage the color of the article titles. Only flex blocks do at the moment
https://www.screencast.com/t/4kfay9RLiV

I could give you a code that will work only on the homepage and change the color of the titles for the elements you have in it
https://www.screencast.com/t/HqQ4FIC9o
You can chnage the color if you want, in the code. Then enter the code in the Theme panel->Custom CSS code section.

.home .td-ss-main-content h3 > a,
.home .td_block_1 h3 > a {
color: white;
}

Let me know if you have more questions or need help with something else.
Thanks

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