Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #986605

    I have two Masonry elements on one page (page ID = 428).

    I have given the Section ID to the element I want to remove the date on the name “videomasonry”

    The following code removes the date from all the Masonry elements on this page…
    page-id-428 .av-masonry-date{
    display:none !important;
    }

    Is there some CSS code that will remove the dates on the “videomasonry” element only?

    #986658

    Hey John,

    Is this for the section titled “Multimedia”?

    Best regards,
    Jordan Shannon

    #986685

    Hi Jordan, yes. That is the section I would like the dates removed. I gave that section the Class ID “videomasonry”

    #986707

    Hi,

    I don’t see that id being called, but try the following in quick css:

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

    Best regards,
    Jordan Shannon

    #986744

    Perfect, thanks Jordan!

    #986824

    Hi,

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

    Best regards,
    Rikard

    #987085

    Go ahead and close this one out. Thank you for the quick and helpful response!

    #987129

    Hi,

    No problem at all. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Remove from one particular Masonry Gallery Element’ is closed to new replies.