Change block 16 text colour

Posted in: Newspaper
Post count: 3

Hi all,

I’m fairly new to all this. Block 16 pulls my latest blog posts through to the homepage of my website, displaying the feature image, title, and an excerpt. The problem is that the title and excerpt appear in black and grey, and blend into my dark red background. I can’t figure out how to change this.

Here’s the site if you want a closer look (block 16 is near the bottom)
http://www.willnrogers.com

Any pointers?

Cheers,
Will

Post count: 3

*UPDATE* I’ve managed to change the title colour, but the excerpt colour is still grey… :/

Post count: 3

*UPDATE 2* Fixed it!

Here’s how.

Open the row settings for the row containing your block 16.
Open the CSS editor at the bottom of the settings panel.
Insert this:

.td-module-title a{
color:#ffffff!important;
}
.td_block_16 .td-excerpt {
color: #dcdcdc;
}

Voila!

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