- This topic has 1 reply, 2 voices, and was last updated 7 years, 7 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.


Home › Forums › Pro Themes › Education Hub Pro › Disable hyperlink on featured images on first static page
Tagged: featured image
* 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?
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!!
| Cookie | Duration | Description |
|---|---|---|
| cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
| cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
| cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
| cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
| cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
| viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |



