Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1332861

    I want to use the masonary for blog posts without the creation date being displayed. I have already put this code into the quick css section but this only helpt with the content slider

    .avia-content-slider .slide-meta, .news-time {
        display: none !important;
    }
    #1332915

    Hey smuejae,

    Thank you for the inquiry.

    You can use this css code instead.

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

    Please do not forget to toggle or temporarily disable the Enfold > Performance > File Compression settings, and purge the cache after adding the css code.

    Best regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.