Change gradient of overlay on post image

Posted in: Newspaper
Post count: 6

Dear support,

How do I change the CSS of the gradient overlay on post images. At the moment it is too dark on the left side (behind the white text). I would like to make it slightly more lighter.

See the following page:

https://umeaguiden.se/chillimedia-rekryterar-instagramprofil-till-nytt-koncept/

Kind regards,

Peter Johansson

Post count: 35449

Hi,

You can change the gradient using a css like this one -> https://i.imgur.com/jEA2qmI.jpg
.tdb_single_bg_featured_image:after {
background: linear-gradient(220deg,rgba(0,0,0,0),rgba(131, 131, 131, 0.5))!important;
}

Just adjust it after your needs.
The code need to be set in Theme panel > custom code> custom css

Thank you!

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