• Resolved therealdj

    (@therealdj)


    I want to hide the hover + (plus symbol), but the overlay color needs to stay active.

    How can I do this?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Kelly Oswald

    (@kellyoswald)

    @therealdj Hi there!

    Please try to add this code to Appearance -> Customizer -> CSS:

    .gt3-photo-gallery-pro--isotope_gallery .hover-default .img-wrapper:after {
    background: url(../../img/plus.00556b2f.svg) no-repeat 50%;
    display: none;
    }
    Thread Starter therealdj

    (@therealdj)

    Thank you for this very quick solution @kellyoswald! This is exactly what I wanted.

    Plugin Support Kelly Oswald

    (@kellyoswald)

    Glad to hear it ??

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