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

    Hi, I want remove the link from the featured image in a post category, .category-memorial-wall. I thought I found a solution in ticket #222666, but it did not work for me. It was from 2014, so maybe there is an update? Any assistance you can provide is much appreciated.

    -Pelyon

    https://kriesi.at/support/topic/remove-featured-image-link-inside-post/#post-222666

    #713874

    Hi Jason,

    Please try the following in Quick CSS under Enfold->General Styling:

    .page-id-3633 .single-big a {
      pointer-event:none !important;
    }

    Best regards,
    Rikard

    #713886

    Hi Rikard,

    I placed your CSS with no effect. Any other ideas are much appreciated.

    -Pelyon

    #713907

    Hi Pelyon,

    Sorry, slight typo in my code. Please use this instead:

    .page-id-3633 .single-big a {
      pointer-events:none !important;
    }

    Best regards,
    Rikard

    #714144

    Thanks Rikard, that did it. Much appreciated.

    -Pelyon

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