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

    Hello,

    i put the dots under the picture, but now, the white dots aren’t visible any more because of my white background.
    Do you have some code for me where I can define the color for the active dot and also for the other white dots?

    thank you!
    Cheers
    Monika

    #1349226

    Hey Monika,
    Thank you for your question, please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    .avia-slideshow-dots a.goto-slide.active, .avia-slideshow-dots a.goto-slide:hover {
        background: #676e44;
    }
    .avia-slideshow-dots a.goto-slide {
        background: #F0E6DE;
    }

    and adjust the color to suit

    Best regards,
    Mike

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