Hi,
The arrows on all my testimonial sliders have a weird symbol on the left hand side. How would I fix this?
Hey asapevictions,
Sorry for the very late reply and thanks for the link, this is due to this custom css in your Quick CSS or child theme stylesheet:
#top .avia-slideshow-arrows a {
font-size: 100px !important;
}
Please remove this and clear your browser cache, and check again.
If you want the arrows larger please try this css instead:
#top .avia-slideshow-arrows a:before {
font-size: 100px !important;
}
Then clear your browser cache and check.
Best regards,
Mike