Home Forums Theme support Disable Allslider in Dreamy Hotel theme

Tagged: ,

This topic contains 3 replies, has 2 voices, and was last updated by  7Theme Support 5 years, 5 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • I would like to disable the Allslider slider on smaller screens, such as smartphones, in Dreamy theme.

    Hi,

    you can add this CSS code to the end of your style.css file:

    @media only screen and (max-width: 767px) {
    #cycle_container {
    display:none !important;
    }
    }

    This should do the job.

    Works like a charm!
    Many thanks!

    You are welcome! 🙂

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.