Home Forums General Support Newspaper Eye Pro theme support need

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #11357

    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 customization

    So need your support.

    #11358
    Theme space
    Keymaster

    Dear 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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.