Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1477876

    Hi there,
    how can I remove/hide the date anywhere on the site for all blogposts, so they look actual?

    Thanks

    #1477918

    Hey Antonio,

    Could you post a link to where we can see the elements in question please?

    Best regards,
    Rikard

    #1478168

    Sure, it’s blog
    Thanks

    #1478199

    Hi,

    Thank you for the info.

    Please add this css code to hide the post date:

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

    Best regards,
    Ismael

    #1478206

    Thank you @Ismael, it worked on that page. Is it also possible to remove it site wide or on the blog element? It also shows up on the “blogpost” element at the bottom of each blogpost, as in this link.
    Thank you so much!

    #1478219

    Hi,

    Please add this CSS as well:

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

    Best regards,
    Rikard

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