- This topic has 7 replies, 2 voices, and was last updated 4 years, 11 months ago by .
Viewing 8 posts - 1 through 8 (of 8 total)
Viewing 8 posts - 1 through 8 (of 8 total)
- You must be logged in to reply to this topic.
Home › Forums › Pro Themes › Education Hub Pro › News and Events section on the Home Page
Hi, I have questions regarding the News and Events section on the Home Page.
1) Can you let me know how to hide the ‘newspaper icon’/’calendar icon’ next to the News/Events section section?
2) Can you also let me know how I can hide the small calendar icon and the news item date beneath the News post title in the New section?
Thank you!
Hello @glycotechnica_wp,
To remove the icons, please add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS
#featured-news-events .recent-news h2::before, #featured-news-events .block-meta a:before {
display: none;
}
#featured-news-events .recent-events h2::before {
display: none;
}
Hope this helps.
If you have any issues further then kindly let us know.
Thank you.
That did the trick thanks!
Hello @glycotechnica_wp,
Glad to help you.
If you have any issues further then kindly let us know.
Thank you.
I have a follow up question regarding the events/news section on the homepage.
As you know, in the News section, both the title of the blog page and the post date are indicated.
Can you tell me how to hide the post date so that the viewers only see title?
Thanks!
Hello,
As per your query regarding hiding the post date, you can apply the CSS following the path Appearance > Customize > Additional CSS
.news-content time.entry-date.published {
display: none;
}
Hope this helps.
If you have further queries, let us know.
Great. Thanks for your help.
Hello,
Glad we could help you.
If you have further queries, let us know.
Thank you.
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. |