Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1274521

    Hi,

    The arrows on all my testimonial sliders have a weird symbol on the left hand side. How would I fix this?

    #1275137

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.