Okay
  Public Ticket #2475196
Testimonial slider - Remove pagination
Closed

Comments

  •  1
    Nico78160 started the conversation

    Hey guys,

    I'd like to completely remove the pagination controls on my testimonial slider, do you know how can I do that?

    In case it can help, I already have these CSS codes impacting the testimonial slider:

    }

    .testimonial_slider .controls ul li .pagination-switch {

        background-color: rgba(255, 255, 255, 0);

        border: 1px solid #ffffff;

    }

    .testimonial_slider .controls ul li .pagination-switch:hover, .testimonial_slider .controls ul li .pagination-switch.active {

        background-color: #fff

    }


    Thanks!

  •  8,987
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .testimonial_slider .controls{
    display:none !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  1
    Nico78160 replied

    Thanks a lot!