Single Post Meta Data

Home Forums Gillion Theme Single Post Meta Data

Home Forums Gillion Theme Single Post Meta Data

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • Good0guy
    Participant

    I would like to have Author + Date + Read Time, without Comments and Page views.

    Where could I edit that code? I already translated Date and read time, and I’d like to display them without comments and views.

    Best,
    Marko

    Attachments:
    You must be logged in to view attached files.

    Solution for this topic

    Hi Marko,

     

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

     

    You can remove it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .post-meta-content a.post-comments,
    .post-meta-content span.post-views {
        display: none !important;
    }

     

    Best regards,
    Shufflehound team

    Good0guy
    Participant

    Awesome! Works well now, thanks!

     

    You are most welcome here 🙂

Viewing 4 posts - 1 through 4 (of 4 total)