• I am trying to disable round and zoom from the feature images. .round-div{display:none;} works great, but then it removes the link form the image. How can I accomplish the same thing, while preserving the link directly from the image?

Viewing 5 replies - 1 through 5 (of 5 total)
  • I think this Snippet is what you need

    Thread Starter guitman

    (@guitman)

    Tried, still the same issue. site is http://www.clevelandhiv.org, currently with custom CSS:

    /* START OF Remove the Featured Pages Zoom effect */
    /* hide the circular zoom, keep link */
    .home .round-div {
    border-color: transparent;
    }
    /* END OF Remove the Featured Pages Zoom effect */

    Thread Starter guitman

    (@guitman)

    OK, here is something very strange –

    If I am logged out of my wp-admin page, the links do not work. As soon as I log into wp-admin and visit my page, the links work.

    This is the case with both Firefox and Chrome.

    Your links work fine here.
    I think you should clean your browser’s cache.

    Thread Starter guitman

    (@guitman)

    Was happening on multiple computers, all Macs, but now it all seems to be working. Well, much appreciated, thanks for the snippit!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘.round-div{display:none;} removes link from feature image’ is closed to new replies.