Home › Forums › Gillion Theme › Disable the reading time function and icon
Home › Forums › Gillion Theme › Disable the reading time function and icon
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
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
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.
Solution for this topic
You can remove that line using below CSS code.
body .post-meta .post-comments:after{ display:none !important; }
It’s ok for me !
Thanks! 😉
You are most welcome here 🙂