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):
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!
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):
Thanks
ThemeNectar Support Team
Thanks a lot!