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

    I am displaying artists via the Masonry blog and I want to display the Name under the artist and not the date, how can I remove the date?

    Also is there a way to center the text opposed to left-align?

    Thanks
    B

    #1100916

    Hey schwabino,

    Please try the following css:

    
    .av-masonry-date.meta-color {
        display: none;
    }
    .av-masonry-entry .av-masonry-entry-title {
        text-align: center;
    }
    

    Best regards,
    Victoria

    #1100955

    Thanks Victoria!!

    #1101052

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Masonry Blog – Remove Date’ is closed to new replies.