Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #460264

    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

    #460561

    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

    #460846

    It didn’t work.

    Is it possible to keep the background image on mobile and get rid of the text and buttons instead?

    #461118

    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

    #462013
    This reply has been marked as private.
    #462150

    Hi!

    I edited the CSS in your Quick CSS, the background image is not showing for mobile devices anymore.

    Best regards,
    Rikard

    #463521

    Great thank you!

    Is it possible to do it when the iPad is in vertical mode?

    #463541

    Hi!

    Please change the code to following one

    @media only screen and (max-width: 1024px) {
    .page-id-861.avia-slideshow-inner ul li {
    background-image: none !important;
    }
    }

    Cheers!
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.