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

    Hi,
    i’m using masonry to show the articles of my blog. I choose to show Title and excerpt… but under these i Have the date of post showing.
    I’d like to remove the date in order to show just : image + title + excerpt… In which file should I make changes ?

    Thanks for answer !

    #598366

    Hey vanocreations!

    please use the below css in Enfold > General Styling > Quick CSS

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

    Best regards,
    Vinay Kashyap

    #598371

    Perfect ! Thanks for your quick answer ;)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove date of post in masonry blog’ is closed to new replies.