mann tom
asked 10 years ago

How can I remove the mask effect from featured image in the post details?

1 Answers
DominicStaff
answered 10 years ago

Hello Mann !
To remove the mask from featured image in the DW Timeline pro, you can add the following code to the Header Code: 

<style>
.single .banner.cover:before {
opacity: 0;
}
</style>

Hope this helps !

 

Powered by DW Question & Answer Pro