Disable the reading time function and icon

Home Forums Gillion Theme Disable the reading time function and icon

Home Forums Gillion Theme Disable the reading time function and icon

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • Julien HAMY
    Participant

    Hello!

     

    I have delete the text “read time” of the articles list but I don’t understand how I remove the time icon -> see the attachment.

     

    Thanks for your help.

     

    Julien

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

    Solution for this topic

    Hi Julien,

     

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

     

    You can disable 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 .post-readtime {
        display: none !important;
    }

     

    Best regards,
    Shufflehound team

    colsonr100
    Participant

    Hi support,

     

    I know i’m chiming in on this topic, but it is related.

     

    after inserting the css code, this line still remains (see screenshot)

     

    how can that be removed, as well?

     

    thx.

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

    Solution for this topic

    You can remove that line using below CSS code.

     

    body .post-meta .post-comments:after{
        display:none !important;
    }

    Julien HAMY
    Participant

    It’s ok for me !

    Thanks! 😉

    You are most welcome here 🙂

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