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

    Hi, how can I remove the date from showing on a masonry element that shows posts from a specific category? I want it to show only the Title, without the date.

    #876140

    Hey DROR,

    Just add this custom CSS code:

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

    Best regards,
    John Torvik

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