Home › Forums › Gillion Theme › Question about the reading time function
Home › Forums › Gillion Theme › Question about the reading time function
Hello,
I have a simple question this time. I noticed that the reading time function is like “1 min read” in the desktop version of the website and like “1 min” in the mobile version of it. Can I remove the “read” word completely, from all versions of the website? I don’t want it to appear at all. Thank you!
Solution for this topic
Hi @zelldi,
Thank you for your question.
You can achieve 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-readtime span { display: none !important; }
Best regards,
Shufflehound team
Great! Thank you a lot!
You are most welcome here š