Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #811823

    Hey,
    We have tried everything we can find to remove the dates at the bottom of the Blog Post Grid layout. We’re using the Blog Post App from Advance Editor. We have unchecked the boxes at theme blog level… the dates are not showing up on the actual post but only on the HomePage next to comments.

    Blog URL: papadub.com
    Here is the line of script…. <time class=”slide-meta-time updated” itemprop=”datePublished” datetime=”2017-06-21T01:41:59+00:00″>June 21, 2017</time> that we are trying to edit or remove.

    Any thoughts on how to remove the dates and comment number on FrontPage will be appreciated.

    Paul

    • This topic was modified 7 years, 5 months ago by So Evolve.
    #811835

    Hey Paul,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    .home .slide-meta {
        display: none!important;
    }
    

    Best regards,
    Yigit

    #811836

    Pefect… Dates & Comment # gone!

    Cheers

    #811845

    Hi,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Post Date Removal’ is closed to new replies.