Disable views & reading time in posts

Home Forums Gillion Theme Disable views & reading time in posts

Home Forums Gillion Theme Disable views & reading time in posts

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

    Hi !

     

    In a post, how can I disable the number of views and the reading time under the title ?

    Same question for the reading time in posts layouts (grid, slider, card…)

     

    Thanks a lot.

     

    PS : This thread is related to post-9464

    Solution for this topic

    Hi @razzi,

     

    Thank you for your question.

     

    You can disable view count from theme Post settings as shown in the attached screenshot.

     

    You can remove reading time 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-readtime {
        display: none;
    }

     

    Best regards,
    Shufflehound team

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

    razzi
    Participant

    Perfect, thank you !

    You are most welcome here 🙂

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