rev slider

edited November 2022 in Theme support

hi there,

i have a question .. i want to disabled the slider on mobile ... i try some option but no way. here the link of site demo: https://www.lospiedorovente.it/webapp/

ideas?

Comments

  • Hi,

    You can remove the slider from the Page Options, use the Slider Plugin element in the builder to put it in the section, and hide this element with the responsive options on mobile.

    Or you can use the following CSS code:

    @media only screen and (max-width:767px){
       .mfn-main-slider{
          display: none;
       }
    }
    

    Best regards

  • great thanks a lot

Sign In or Register to comment.