Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1143914

    Hi,
    I would like to know how I can disabled the link and the hover effect on my single post’s featured images.
    I just want to show the image without rollover effect and links.
    I’m using the “Elegant” blog design.
    Thanks a lot,
    Aurélien.

    #1143943

    Hey YAOF-Design,

    Add this to quick css:

    .big-preview.single-big a{
    pointer-events:none!important;
    }

    Best regards,
    Jordan Shannon

    #1143962

    Hi Jordan,
    Thanks for your quick answer but this code disable featured image link everywhere on the website.
    I just want to disable it on single post pages.
    Thanks a lot,
    Aurélien.

    #1143970

    Hi,

    Change the code to this:

    .single-post .big-preview.single-big a{
    pointer-events:none!important;
    }

    Best regards,
    Jordan Shannon

    #1143971

    That’s perfect!
    Thanks a lot Jordan!
    Aurélien.

    #1143973

    Hi,

    Perfect. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Remove link and hover effect on single post featured image’ is closed to new replies.