How to delete or reduce the black shadow on the plog post image?

Posted in: Newspaper
Post count: 13

The blogpost image have a very dark shadow (Graduated filters). How can I remove or make lighter? I use Style 7
see for example: http://makanangin.de/ceuta-grenze-langen-wartezeiten/

Post count: 23312

Hello Ginebiene,

If you want to remove that gradient, you should use a bit of CSS code to do this. Try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-image-gradient-style7:after{
display:none;
}

Also, if you want to change the light of them, you should change the parameters from the following CSS rule, like this ->

The code is ->

.td-image-gradient-style7:after{
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 18%, rgba(0, 0, 0, 0) 28%, rgba(0, 0, 0, 0.8) 100%);
}

Thanks for the message!

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