Viewing 3 reply threads
You must be logged in to reply to this topic.
Hey Guys,
I have noticed that the Swiper-Slides have less than opacity: 1 on mobile as you can see on: https://plugandplay.team
On Desktop everything is fine but on mobile the opacity decreases the more I scroll down.
Could you please give me a solution for this?
Best,
Thomas
Hello,
Please try adding this css into your Custom Css box:
@media (max-width: 480px){
div#viewport {
opacity: 1 !important;
}
}
Let us know.
Best regards!
Hey,
nope but it worked with:
@media (max-width: 480px){
.swiper-slide {
opacity: 1!important;
}
}
Hello,
Nice to know it’s ok now. Thank you for sharing!
Best regards!
You must be logged in to reply to this topic.