Post Text & Color

Posted in: Newspaper
Post count: 2

Hello,

Help! How do I change the posts text and background color which overlays images. For example, the top three pictures on my homepage (www.freedomitworks.com) have white text with a blue background. I’m simply looking to change the text and background colors.

Thanks,
Kevin Stejskal

Post count: 23312

Hello kstejskal,

If you want to change these settings, please notice that you will have to use a bit of CSS code to do that. Please try the below code and place it in Theme panel->Custom CSS area.

The code is ->

.td-grid-style-4 .entry-title {
background-color: #4db2ec;
background-color: rgba(77, 178, 236, 0.2);
}
.td-big-grid-post .entry-title a {
color: red;
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

The result you should see here -> http://screencast.com/t/BfcpV5Mbf

Also, please notice that you want to achieve another result, you should change the values from the code as you wish.

Hope this helps!

Thanks for the message!

Post count: 2

Catalin,

This helps, thank you so much for providing specific CSS code instructions!

-Kevin

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