Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #90966
    Mupa
    Participant

    I’m playing a little bit with my mobile layout and want to know how it looks if the Featured Slider is deactivated. Is that possible just for mobile mode?

    #90993
    Mahesh
    Keymaster

    @mupa: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS and add the following CSS:

    @media screen and (max-width: 480px) {
        #feature-slider {
            display: none;
        }
    }

    Regards,
    Mahesh

    #91010
    Mupa
    Participant

    Works perfect, thanks.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘hide/deactivate Featured Slider on mobile mode’ is closed to new replies.