Tagged: testimonial
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
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
Hi Yigit,
Thanks for getting back to me but that code doesn’t seem to work!
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
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
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
That worked indeed! Thanks for your help.
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