Turn off gradient over Featured image

Posted in: Newspaper
Post count: 30

Hi,

Is there a way I can turn off the black gradient over the featured image in Post Template Style 3?

I’m using it for a Photo of the Day feature of my site and the quality and detail in the photo when the viewer clicks on it it is critical – the black gradient is detracting from this.

Thanks
Steve

Post count: 6600

Hi,

Yes, you can use this custom css to remove it: http://screencast.com/t/KxEsxXrXLS6

.single_template_3 .td-image-gradient:before {
display: none;
}

Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.