Style 7 Full Width Image Background Problem

Posted in: Newspaper
Post count: 14

I am using Post Settings – Style 7 to get a full width image, but the title shows the background instead of just white text. Here is an example:
http://northendwaterfront.com/2017/04/shopping-nibbling-north-end-spring-stroll-photos/

How can I get it to just show white text over the image?

Post count: 20688

Hi,

It seems you have some custom Css that applies to the post title
https://www.screencast.com/t/XLeYTj2ea
Please check in the Theme panel->Custom Css section if you have any code regarding this, and modify or remove it.
The post title color can be changed from the theme options
https://www.screencast.com/t/ofqfdgwB

Thanks

Post count: 14

Thank you for your swift response. You were right that I had to remove that custom code. But changing the Theme Option post title changed it for all the Post Templates.

Since it only makes sense to be a lighter color over the full width image, I used the following css:
.td-post-template-7 .entry-title {
color: #fff!important;
}

Just putting it there in case others might find it helpful.
I’m all set. Great work on the Newspaper theme. Thanks again.

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