Hello,
I wondered if there is a way that when within testimonials element / testimonial slider to make it so that if you only have 1 testimonial the arrows don’t show? Its a bit frustrating when they don’t do anything
Thanks
Will
Hey Will,
Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
Jordan
Thanks for coming back the test link is:
As you scroll down you will see a red testimonial section – it only has 1 testimonial but the arrows to scroll to another still show – these are what I would like to remove as it is confusing for the viewer
Hi,
Please enable the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then edit your element and give it a custom CSS class (“your-custom-class” in example below) and then add following code to Quick CSS in Enfold theme options under General Styling tab
.your-custom-class .avia-slideshow-arrows { display: none !important; }
Best regards,
Yigit