I want to remove black shadow from home page post

Posted in: Newspaper
Post count: 33

I want to remove black shadow, which comes on featured image when I use home page post.

Post count: 22421

Hello,

Please add this css to your theme panel->custom css box:

.td-image-gradient-style8:after{
display:none;
}
.td-post-template-8 .td-post-header{
background-color:transparent;
}

Thank you!

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