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
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
Thanks Victoria!!
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon