Home Forums Pro Themes Education Hub Pro Disable hyperlink on featured images on first static page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #89517
    eppikyw
    Participant

    * How can I disable the hyperlink at the “title” and at the “image” of all those featured images on the first static page?

    * Is there a way to align the featured images? e.g., I got three featured images. The title are of different length. I have no way to make the three images align at their bottom.

    * How can I specify the title of the featured image? Can I control what to display that is different from what I typed in the page?

    #89600
    wensolutions
    Keymaster

    Hello @eppikyw,

    To disable the hyperlink at the title and the image of the feature image section add below given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS.

    h2.entry-title a {
        pointer-events: none;
    }
    
    #featured-content a img {
        pointer-events: none;
    }

    As for your query #2 and #3, currently, there is no such feature in the theme.

    Hope this helps.

    Best Regards!!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.