How do I remove date, author, categories, and comments from my blog posting

Discussion in 'General InkThemes Discussion and Feedback' started by susanh, Dec 17, 2018.

Tags:
  1. susanh

    susanh New Member

    Joined:
    Dec 13, 2018
    Messages:
    18
    Likes Received:
    0
    Location:
    Tucson, AZ
  2. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hello,

    Greeting from InkThemes,

    To make the desired changes, just paste the code in the Additional CSS section of the theme.

    Go to (Dashboard->Appearance->Customize->Additional CSS).

    Code:
    .post-page ul.meta {
        display: none;
    }
    Regards,
    Akbar
    InkThemes.com
     

Share This Page