Tagged: mobile, responsive, slider
On my website – http://randolfamilydentistry.com/
The slider on the home page with the family photo looks bad on mobile. How can I edit the theme so that the image disappears on mobile and its just a solid color?
Thanks
Hey ascensionpresspublishing!
Please try the following in Quick CSS under Enfold–>General Styling:
@media only screen and (max-width: 767px) {
.page-id-861.avia-slideshow-inner ul li {
background-image: none !important;
}
}
Regards,
Rikard
It didn’t work.
Is it possible to keep the background image on mobile and get rid of the text and buttons instead?
Hi!
Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details here as a private reply.
Cheers!
Rikard
Hi!
I edited the CSS in your Quick CSS, the background image is not showing for mobile devices anymore.
Best regards,
Rikard
Great thank you!
Is it possible to do it when the iPad is in vertical mode?