Image box overlay – remove or edit color

Posted in: Newspaper
Post count: 6

Hello,

I used image box from TD composer and I have this black/grey overlay (on left): https://imgur.com/a/z2sRC . I would like to use my own color (blue) but combined with that black overlay it is too dark..
Please tell me how to remove that layer or edit from black to blue overlay.

Thank you!

Post count: 22421

Hello,

Please use this code to change the grey overlay with your preferred color:

.td_block_image_box .td-custom-image a:before{
background-color: add color code here;
}

Thank you!
Bogdan B

Post count: 6

Thank you so much! It works

Post count: 38

Hello!

Where should I put this code? In the CSS window it didn’t work for me.

Post count: 27744

Hi,

Please use this code body .td_block_image_box .td-custom-image a:before {
background-color: #dc0909;
}

Set the code in Theme Panel ->Custom code -> Custom CSS

Thank you!

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