• Resolved lostinthought

    (@zeemeermin67)


    Hi Ben,

    I don’t want my features images to be linking. How/where can I change that?

    Thanks in advance.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Ben Sibley

    (@bensibley)

    The easiest way to do that is with the following CSS:

    .featured-image > a {
      z-index: -9;
    }

    You can copy and paste that into the Custom CSS section in the Customizer.

    Thread Starter lostinthought

    (@zeemeermin67)

    Thank you. Unfortunately this doesn’t change anything.
    Here you can see for yourself:

    https://www.lombert-grafikdesign.de/test/category/logo/

    Any other idea how to remove the links from the images?

    Theme Author Ben Sibley

    (@bensibley)

    Thanks for the link!

    The CSS just needs one more adjustment to work with the natural ratio images:

    .featured-image > a {
      z-index: -9;
      position: relative !important;
    }

    Please try replacing the previous CSS with this code.

    Thread Starter lostinthought

    (@zeemeermin67)

    Great, this works fine, thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘remove link from featured images’ is closed to new replies.