Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1115721

    Hi,
    Is it possible to remove the arrows from the large testimonial slider? I really like the layout but only have one quote. Please, can you get back as soon as possible as I need to put the page live today?

    Many thanks

    #1115743

    Hey Kamakshi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    #top .av-large-testimonial-slider { display: none; }
    
    

    Best regards,
    Yigit

    #1115749

    Hi Yigit,

    Thanks for getting back to me but that code doesn’t seem to work!

    #1115759

    Hi,

    If you are using a cache plugin, please flush cache and refresh your page a few times. If it does not help, please try adding !important rule as following

    #top .av-large-testimonial-slider { display: none!important; }

    If that still does not help, please post temporary admin logins here privately so we can look into it :)

    Best regards,
    Yigit

    #1115767

    Hi,

    That doesn’t work either – the entire testimonial disappears when the above code is added. I just want to remove the arrows on the side.
    Login details below

    #1115772

    Hi,

    Excuse me i gave wrong selector, please use following code

    #top .av-large-testimonial-slider .avia-slideshow-arrows {
        display: none !important;
    }

    This should work. If it does not, please share a link to your website as well.

    Best regards,
    Yigit

    #1115777

    That worked indeed! Thanks for your help.

    #1115803

    Hi,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Arrows from testimonial slider’ is closed to new replies.