Home › Forums › Gillion Theme › How do I remove the shadow gradient from my blog slider?
Home › Forums › Gillion Theme › How do I remove the shadow gradient from my blog slider?
Hello how do I remove the shadow gradient from my blog slider?
My website is not up, and I will not allow you to log into it.
Attached below is a picture of the gradient on the blog slider. The image is an all white background
Also I tried inserting this code and it did not work:
.blog-slider-item.slick-slide:after {
display: none !important;
}
Hi @zenfiretrading,
I hope you are well today and thank you for your question.
There isn’t any option to remove it and I can only help you to remove it by developing custom CSS code If I can access the site where it is displaying.
Best regards,
Shufflehound team
Solution for this topic
Sorry your not logging in my website.
And for anyone else looking to remove the gradient here is the code:
.vcg-woocommerce-categories-item-container:after, .blog-grid-item-container:after, .blog-slider-item:after, .post-style-cover .post-container:after, .sh-widget-posts-slider-style2 .sh-ratio-content:after, .categories-list-item .sh-ratio-content:after {
display: none;
}
Thanks alot!
Awesome great to see you got that achieved.
Have a fantastic day!