• This topic has 4 replies, 2 voices, and was last updated 8 years ago by Mupa.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #89102
    Mupa
    Participant

    Is it possible to hide these arrows if you display the Featured Page/Content Slider with a mobile device?

    Kind regards

    #89105
    Pratik
    Keymaster

    Hi @Mupa;

    For that, use following CSS code in Appearance=> Customize=> Theme Options=> Custom CSS Options box.

    
    @media only screen and (max-width: 480px) {
        #feature-slider .cycle-prev, 
        #feature-slider .cycle-next {
            display: none;
        }
    }
    

    This will hide it on devices with width less than 481px. If you want to hide ti on larger devices, you can increase this number to match the width of the device.

    Let me know how it goes.

    Regards,
    Pratik

    #89155
    Mupa
    Participant

    It works, thanks a lot.

    #89157
    Pratik
    Keymaster

    HI @Mupa,

    Thank you for your appreciation.

    If you liked our theme and support, it would be great if you can leave a review at : https://wordpress.org/support/view/theme-reviews/catch-adaptive

    Regards,
    Pratik

    #89777
    Mupa
    Participant

    Done.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘hide arrows of Featured Page/Content Slider in mobile mode’ is closed to new replies.