Okay
  Public Ticket #2099169
Custom CSS request - hide the quotes and numeric counter on the Minimal testimonial slider
Closed

Comments

  • oisinlunny started the conversation

    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! 

  •  8,994
    Tahir replied

    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;
    }

    Thanks


    ThemeNectar Support Team