Remove dark tint on slider image

Posted in: Newspaper
Post count: 12

Hello. Awesome theme, works great! How do I remove the dark tint over the image on the home page slider? My images are all high quality and do not need the tint. https://www.go-zero.co.uk/

Post count: 20688

Hi,

Thank you for the appreciation. That gradient color is meant to make the post meta more visible if for example an image like this one is used – http://prntscr.com/mnjrbd
With gradient – http://prntscr.com/mnjrfw

This gradient is predefined to appear, however I could give you a solution
http://prntscr.com/mnjsin
Enter this code in Theme panel->Custom code->Custom CSS section, it will remove it

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

Thanks

Post count: 19

And to lower the intensity without removing it?

Post count: 20688

That is possible, for example – http://prntscr.com/mo0p9w
This is the code used – https://pastebin.com/6hEcEGeZ

You can modify the opacity of the gradient by changing this value, if needed
http://prntscr.com/mo0pzj
The default value is 0.8, which is darker. The code can be entered in the location mentioned above. Let me know if you need help.

Post count: 12

Thanks Simion. Great service!

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