Tagged: 

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

    i have a few rollovers on my home page and those images are linked. how do i not use the standard image styling for these hand coded image links? by standard image styling i mean when you move your mouse over the image you’ll see the slightly-animated right arrow meaning “click for more”

    #187543
    This reply has been marked as private.
    #187617

    Hey!

    You can add this on your custom.css or Quick CSS to remove the image overlay:

    .image-overlay.overlay-type-extern {
    display: none !important;
    }

    Remove browser cache then reload the page.

    Cheers!
    Ismael

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘remove image default styling for hard coded linked images’ is closed to new replies.