Remove dark filter on homepage post image

Posted in: Newspaper
Post count: 12

Hello. Is there a way to remove the dark filter on the image when using the homepage post as the lead item?

Post count: 20688

Hi,

If you mean this dark shadow – https://www.screencast.com/t/2vq6ZqSQ you could remove it with a code like this – https://www.screencast.com/t/OexSZZYiuW
This is the code used, it must be entered in Theme panel->Custom Css

.homepage-post
.td-image-gradient-style8:after {
display:none;
}

Thanks

Post count: 37

hi, what if you wanted to add a inner shadow (vignette) style to a td-module-thumb image?

Post count: 20688

Hi,

You can use the browser inspector to identify the elements on the page and their classes, and create custom code
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
In this example I have set an inner shadow for the modules inside a big grid (there are multiple shadow examples or generators online)
https://www.screencast.com/t/lUrIT8bvQcfF

Thanks

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