Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1292788

    Hi,
    On the blog site, I would like to remove the date of the posts.
    I’ve tried to insert the below code, but that didn’t help.

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

    Link to the website ….

    Thanks ;)

    #1292868

    Hey Andreas,

    Add the following to quick css:

    .slide-meta-time.updated{
    display:none!important;
    }

    Best regards,
    Jordan Shannon

    #1292991

    Hey Jordan,
    Worked perfect. Thanks ;)
    Best Regards
    Andreas

    #1293410

    Hi Andreas,

    Great, I’m glad that Jordan could help you out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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