• Enen

    (@nnagarajan7)


    Hi,

    I would like to hide the date and author in the front page which shows latest posts (this is the landing page for my site). How to achieve this?

    Thanks.

Viewing 1 replies (of 1 total)
  • Hi Enen,

    I hope you are well today and thank you for your question.

    You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

    Admin Area -> Appearance -> Customize -> Unite Options -> Other -> Custom CSS

    body.home .entry-header div.entry-meta {
        display: none;
    }

    Best regards,
    Vinod Dalvi

Viewing 1 replies (of 1 total)
  • The topic ‘Hide date in the front page’ is closed to new replies.