Okay
  Public Ticket #192733
testimonial slider
Closed

Comments

  • Michael started the conversation

    is there a way to move the name of the person giving the testimonial to the end of the testimonial rather than a separate line? Also can I hide or delete the slider nav below the testimonial?

  •  8,838
    Tahir replied

    Hey Michael!

    I am afraid you will have to edit the html markup in the testimonial shortcodes which is not really recommended as the changes would be lost if you update.

    As for nav add this into the Custom CSS box located in your Salient Options panel:

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

    Cheers


    ThemeNectar Support Team 

  • Michael replied

    Thanks!

  •  1,069
    ThemeNectar replied

    Cheers :)