Home › Forums › Gillion Theme › Removing post details & overlay from Slider
Home › Forums › Gillion Theme › Removing post details & overlay from Slider
Hi @SarahS,
I hope you are well today and thank you for your question.
We can remove it by developing custom CSS code.
Could you please share me the page URL from your site where it is displaying so that i can help you to remove it?
Best regards,
Shufflehound team
The URL is – http://blog.lightful.com/
Solution for this topic
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
.single-post .blog-slider-content { display: none; } .single-post .blog-grid-item-container:after, .single-post .blog-slider-item:after{ background: none !important; }
Thank you! That has worked perfectly!
You are most welcome here 🙂