Home › Forums › Gillion Theme › Hi how to remove dark overlay on featured image on single post?
Home › Forums › Gillion Theme › Hi how to remove dark overlay on featured image on single post?
Hi how to remove dark overlay on featured image on single post?
Please help
Hi @Anusunu,
I hope you are well today and thank you for your question.
I don’t see a dark overlay on featured image on a single post on my test website.
Could you please share the page URL from your site where it is displaying so that I can help you to remove it?
Best regards,
Shufflehound team
Solution for this topic
i don’t want to remove it just need to reduce the intensity of the darkness.
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
#page-container .blog-slider-item:after { background: linear-gradient(to bottom,rgba(50,50,50,0) 0%,rgba(16,15,15,.91) 89%,rgba(16,15,15,.93) 93%)!important; opacity: .73; }
Thank you
You are most welcome here 🙂