Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #261336

    WP Version: 3.9
    Theme: Enfold

    When I hover over a picture the box shades and a green circle with an arrow appears.

    How do I change the color of that circle to another color?

    Thanks.

    • This topic was modified 9 years, 11 months ago by Micheal0424.
    #261594

    Hi Micheal0424!

    Thank you for visiting the support forum!

    Please add this on Quick CSS or custom.css to change the background color of the circle:

    span.image-overlay-inside:before {
    background-color: blue !important;
    }
    

    If you want to change the color of the icon inside, use this:

    span.image-overlay-inside:before {
    background-color: blue !important;
    color: black !important;
    }
    

    Regards,
    Ismael

    #261596

    Worked perfectly, thanks.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Hover box over picture link’ is closed to new replies.