• How to disable feature slider in mobile but not in desktop or tablet?

    The feature info covers more than half of the feature slider pictures.

    So I just want to use normal header in the home page for mobile.

Viewing 1 replies (of 1 total)
  • Theme Author Acme Themes

    (@acmethemes)

    Hello @whatistreasure ,

    Please use the following custom CSS on Appearance => Customize => Additional CSS

    @media (max-width: 767px){
        .image-slider-wrapper {
            display:none;
        }
    }

    Best Regards!

Viewing 1 replies (of 1 total)
  • The topic ‘Disable feature slider only in mobile and not in desktop’ is closed to new replies.