Hi, everyone I want to remove the overlay from the mobile slider.
I am using boom theme.
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! ![]()
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
Hi @Qasim1_1 ,
Please share your store URL and if your store is password protected then please provide password too.
So that we can help you.
Thank you.
Thank you it’s my pleasure that you will help me.
I want to remove that blurry effect from the mobile slider.
thanks for url can you tr this code
@media screen and (min-width: 320px) and (max-width: 767px) {
.home-slideshow-section .dt-sc-swiper-slider .swiper-wrapper .slider-bb1944e5-7278-4bbc-a2ff-ca50ed18a697-list .slider-content [class*="slide_"] {
background: transparent !important;
}
}
Thanks for your help, dear❣
Dear, It works on the first slide but the other two are still blurry.
Hi @Qasim1_1 ,
You can follow the instruction below:
.home-slideshow-section .slider-content > * {
background-color: transparent !important;
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.