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

    Hi, I have inserted blog Masonry on a page and have only selected Title and Excerp in captions. But it also shows date. How do I remove date. Not for all masonry on all pages but for only one particular masonry on a page.

    Thank you

    #1296671

    Hey gorgani,

    Can you try adding this CSS code in Enfold > General Styling > Quick CSS:

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

    Hope it helps.

    Best regards,
    Nikko

    #1296775

    Hi Nikko, yes that will work, thank you. However, it does it for all pages and all masonry. I only want to remove the date on main page. Thanks

    #1296841

    Hi,

    Try the following:

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

    Best regards,
    Jordan Shannon

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