New Landing How can we help? Themeforest Theme Support Dante Testimonial slider mobile no arrows

Viewing 3 posts - 1 through 3 (of 3 total)
  • Posted in: Dante
  • #325156
    fridayoutofthebox
    Member
    Post count: 2

    Hi,

    When on mobile there aren’t any arrows showing that you have to swipe for the testimonial slider. Is there an option to have arrows just like with the clients widget or team carousel?

    Sabine

    #325167
    David Martin – Support
    Moderator
    Post count: 20834

    Hi Sabine,

    Please add this to Theme Options => Custom CSS:

    @media only screen and (max-width: 767px) {
    .spb_testimonial_slider_widget .flexslider .flex-direction-nav {
        display: block !important;
    }
    .spb_testimonial_slider_widget .flex-direction-nav .flex-next,
    .spb_testimonial_slider_widget .flex-direction-nav .flex-prev {
        opacity: 1;
    }
    }
    
    #325174
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css option.

    @media only screen and (max-width: 754px) {
    .carousel-wrap a.prev, .carousel-wrap a.next, .flex-direction-nav {
        display: block!important;
    }
    
    .flex-direction-nav a, .wooslider-direction-nav a, .carousel-wrap a.carousel-next, .carousel-wrap a.carousel-prev {
        opacity: 1!important;
    }
    
    }
    
    

    Hope it helps.

    -Rui

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

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register