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

    Hi there,

    I would like to replace the downward arrow from the fullscreen slider with my own image. How could I achieve that?

    Thanks in advance.

    Regards,
    Bettina

    #465617

    Hey bettina246!

    Please try the following in Quick CSS, replace the URL with your image URL:

    [data-av_icon]:before {
      content: url(https://yoursite.com/image.jpg);
    }

    Best regards,
    Rikard

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