Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #664359

    Hello –
    I’m using the Masonry Gallery to display a list of clients. The grid works great but always displays the post date. Is there a way to suppress post date from displaying in the grid?

    Thanks!

    #664367

    Hey jbinmn,

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

    .av-masonry-date {
    	display: none;
    }
    

    Best regards,
    Vinay

    #664372

    Worked perfectly. Thanks for the quick reply!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove Post Date from Masonry Gallery’ is closed to new replies.