Hide Revolution slide for mobile

Home Forums Jevelin Theme Hide Revolution slide for mobile

Home Forums Jevelin Theme Hide Revolution slide for mobile

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • dano007
    Participant

    Hello,

     

    Ive tried hiding the rev slider for mobile by going to the slider and to settings/layout-visual/mobile and selecting ‘disable on mobile’ but its still showing. Is there somewhere else this needs to be done too?

     

    Thks

    Attachments:
    You must be logged in to view attached files.

    Hi Dan,

     

    I hope you are well today and thank you for your question.

     

    Could you please share me the page URL from your site where it is displaying so that i can help you to hide it?

     

    Best regards,
    Shufflehound team

    dano007
    Participant

    Here you go http://diamondinsurance.net/

    Solution for this topic

    You can hide it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    @media (max-width: 768px){
    .sh-revslider {
        display: none;
    }
    }

    dano007
    Participant

    Thank you.

    You are most welcome here 🙂

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