Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #131929
    jebernier
    Participant

    How to I remove the link on the featured images on my homepage?

    I followed the instructions below:
    “To set a static homepage, you first need to create two Pages. One will become the homepage, and the other will be where your posts are displayed.”

    We I set the feature image (girl with dog) it links to: .

    I don’t want it to link to anything, just want an image?

    Regards,

    John

    #131947
    tikaram
    Keymaster

    @jebernier : please post in your site URL.

    Regards,
    Tikaram

    #132010
    jebernier
    Participant
    #132014
    elkevo
    Participant

    I’m also interested in disabling linking on the page/post featured image in the featured content. In my case, the content of the page in the featured content section is a button. The page has a featured image set. Because of the content of the page, under featured content > display content I have it set to “Show Full Content”.

    The theme I am using is the free version of Catch Base. I found this thread with the search, so I know I’m in the wrong theme sub-forum.

    #132030
    tikaram
    Keymaster

    @jebernier : Go to Appearance => Customize => Additional css and add the following css.

    #hero-section .featured-image a {
    	pointer-events: none;
    }

    Let me know if this resolves your issue.

    Regards,
    Tikaram

    #132031
    tikaram
    Keymaster

    @elkevo : Please post in your site URL.

    Regards,
    Tikaram

    #132060
    elkevo
    Participant

    My site is http://truweightlossexperience.com

    I’ve been trying the below CSS, but can’t seem to get the button link active.

    #featured-content .featured-homepage-image, .entry-title a{
    pointer-events: none;
    }

    #featured-content .entry-content a{
    pointer-events: auto;
    }

    #132061
    elkevo
    Participant

    Ah, nevermind, it did work. In the customizer wouldn’t let me actually click the link. After I saved and published the page, it functioned as expected.

    Here is the CSS I used:

    #featured-content .featured-homepage-image, #featured-content .entry-title{
    	pointer-events: none;
    }
    
    #featured-content .entry-content a{
    	pointer-events: auto;
    }
    #132095
    tikaram
    Keymaster

    @elkevo : Glad to know that the issue has been resolved. Let me know if you have any more issues.

    Regards,
    Tikaram

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Remove link on featured image on my Homepage’ is closed to new replies.