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

    Is there a way to remove the link on the featured image on my blog posts? I know I can manually do it, but I am wondering if there is a more permanent solution?

    Thanks.

    #1217776

    Hey ginnywills,

    Could you please give us a link to your website, we need more context to be able to help you. We can make it not clickable with css, will this work for you?

    Best regards,
    Victoria

    #1217805

    Example: https://safetymom.com/you-have-the-right-to-be-a-bch/
    Each blog post has a featured image at the top of the post which clicks through to the media file. I would like to remove that link so that it does not click through to anything (unless I manually add a link). Is that possible with CSS?

    #1218096

    Hi,
    Thanks for the link, to make the featured image not clickable on a single post you could try this css in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

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

    After applying the css, Please clear your browser cache and check.

    Best regards,
    Mike

    #1218550

    Perfect. Thanks!

    #1218613

    Hi,

    I’m glad this was resolved. 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 on featured image’ is closed to new replies.