Home Forums Pro Themes Education Hub Pro News and Events section on the Home Page

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #114094
    Sueaki Takabatake
    Participant

    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!

    #114106
    wensolutions
    Keymaster

    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.

    #114110
    Sueaki Takabatake
    Participant

    That did the trick thanks!

    #114118
    wensolutions
    Keymaster

    Hello @glycotechnica_wp,

    Glad to help you.

    If you have any issues further then kindly let us know.

    Thank you.

    #114439
    Sueaki Takabatake
    Participant

    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!

    #114447
    wensolutions
    Keymaster

    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.

    #114582
    Sueaki Takabatake
    Participant

    Great. Thanks for your help.

    #114586
    wensolutions
    Keymaster

    Hello,

    Glad we could help you.

    If you have further queries, let us know.

    Thank you.

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