Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #954231

    Hi,
    how do I remove the comments and date from the Blog Posts Element?
    Thanks for your help.

    #954730

    Hey kmcevoy101,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    .html_modern-blog .avia-content-slider .slide-meta {
        display: none;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #954798

    Hi Nikko,

    I’ve added the code but the comments & Date are still showing in the Blog Posts Element on the main blog page. Any other ideas?

    Thanks
    Keith

    #954807

    Hi,

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

    .html_modern-blog .avia-content-slider .slide-meta {
        display: none;
    }
    

    Best regards,
    Yigit

    #954810

    Hi Yigit,

    I’ve just tried that too and the comments and dates are still there (I think it’s the same code)
    Thanks
    Keith

    #954812

    Hey Keith,

    Code is not being applied. Could you please share temporary admin logins so we can look into it?

    Regards,
    Yigit

    #954815

    Thanks Yigit

    #954820

    Hey,

    I flushed cache in your plugin and that helped. After making changes on your website, please make sure to flush cache.
    Please review your website :)

    Best regards,
    Yigit

    #954822

    Doh!!

    I’d flushed my browser cache and completely forgot about the plugin ;-)
    Thanks for your help.

    Keith

    #954823

    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 start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Remove comment and date from Blog Posts Element’ is closed to new replies.