Home › Forums › General Support › Newspaper Eye Pro theme support need
- This topic has 1 reply, 2 voices, and was last updated 8 months ago by Theme space.
- AuthorPosts
- April 22, 2024 at 11:12 am #11357anonymous participantParticipant
Hi,
Your Newspaper Eye Pro themes works great, but I have got some questions.
The main page includes an automatic part for each post regarding the estimated time for reading, eg. 3 min. How can that be removed from the post bottom?
Your support is appreciated.
I mean deactivate, not remove.
I did not find any option for this under theme customizationSo need your support.
April 22, 2024 at 11:29 am #11358Theme spaceKeymasterDear Client,
Regarding your inquiry about hiding the reading time from the bottom of posts, you can achieve this by utilizing custom CSS. Please follow these steps:
1. Navigate to the Customizer section and access the Additional CSS section.
2. Insert the following CSS code:/*Start CSS code*/
.grid-item-post span.reding-time {
display: none;
}
/*End CSS code*/3. Once you’ve added the code, click the “Publish” button to save the changes.
After completing these steps, the reading time should no longer be displayed at the bottom of your posts.
Please let me know if you have any further questions or require additional assistance.
Best regards
- This reply was modified 8 months ago by Theme space.
- AuthorPosts
- You must be logged in to reply to this topic.