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

    I’m developing a site for a client and when implementing the Blog Grid layout the line for comments and date have suddenly appeared. This is not the case for Single Author, big preview Pic. None of the Blog Meta Elements have been selected. I searched for a CSS fix but couldn’t find one that work.

    #1163081

    Hi,

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

    CSS Snippet:

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

    Best regards,
    Yigit

    #1163088

    Wow!!! it works!!! Thanks so much for the quick reply and the fix, Yigit.

    #1163107

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Removing Comments and Date from Blog Grid Layout’ is closed to new replies.