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):
body .testimonial_slider blockquote .open-quote, body .testimonial_slider blockquote .close-quote {
display: none !important;
}
.testimonial_slider[data-style=minimal] .controls {
display: none !important;
}
Hi support,
Could you recommend some custom code for me which would hide the quotes and numeric counter on the Minimal testimonial slider please?
Thanks!
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