• Resolved lbock725

    (@lbock725)


    Is there a way to remove the slider option from just the mobile version and serve the first slider as a static image? I am currently using Enigma free.

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi,

    Please use the below CSS code in custom CSS box and save the changes –

    @media(max-width:480px){
    #myCarousel {
        display: none;
    }
    }

    Let us know if any query.

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Removing slider from mobile only?’ is closed to new replies.