Okay
  Public Ticket #174247
Remove Dot on Testimonial Slider
Closed

Comments

  • Jonathan started the conversation

    I'm just using one quote on the testimonial slider. Is there a way to remove the 'dot' below the quote as I don't need the ability to change slides.

    Thanks!

  •  8,838
    Tahir replied

    Hey Jonathan!

    Add this into the Custom CSS box located in your Salient Options panel:

    div.testimonial_slider div.controls {
    	display:none;
    }

    Cheers


    ThemeNectar Support Team 

  • Jonathan replied

    Perfect. Thanks!!