How can I remove the mask effect from featured image in the post details?
1 Answers
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 !
Please login or Register to submit your answer