Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #501705

    Im really sorry if this is obvious guys.
    I cannot seem to find where the setting is to remove the effects that appear by default when you hyperlink an image?
    When the user rolls over an image thats a hyperlink a circle and arrow appear over the image. I would just prefer that the image is hyperlinked with no added effects.

    Happy for this to be a global setting change in the website.

    Many Thanks

    Mario

    #501746

    Hey mariocirillo!

    Add this to your custom CSS.

    .image_overlay { display: none !important; }
    

    Cheers!
    Elliott

    #501844

    Hello Elliott

    Many Thanks for that however it did not seem to work?
    Im using the latest version of enfold

    Thanks

    Mario

    #501972

    Hey Mario,

    Please try the following instead:

    .image-overlay {
     visibility: hidden;
     }

    http://kriesi.at/documentation/enfold/disable-css-overlay-on-images/

    Best regards,
    Rikard

    • This reply was modified 9 years ago by Rikard.
    #502372

    Thankyou Rikard and also Elliott for your time, that worked a treat :)

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Image Hyperlinks’ is closed to new replies.