Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1738688
Unwanted Mouse Hover Effects
Closed

Comments

  • hongkongstrong started the conversation

    Hi I'm using a gallery to create a page of Affiliate links for my site. I have a plugin called WP Custom Gallery Links that allows me to add custom links to the images in the gallery. You can see in my RELATED URL how the butterfly image goes to amazon.com. However, the mouse effect still turns to a magnifying glass. Is there a simple bit of code I can inject to disable the magnifying glass from galleries or at least the gallery on this page? 

  •  2,699
    PenciDesign replied

    Hi,

    Please try add more this code to Customize > Custom CSS to do that:

    .container-single a[data-rel="penci-gallery-image-content"], .container-single a[data-rel="penci-gallery-bground-content"], .container-single-page a[data-rel="penci-gallery-image-content"] {
        cursor: pointer;
    }
    

    Best Regards,

    PenciDesign