I would like to hide the dates of the first and last photos in each album in order to reduce the height of the album cards and save space on the home page.
I tried setting the CSS class .info-dates to visibility: hidden and display: none, but the dates are still visible. It seems the data is not being hidden properly, possibly due to how it's rendered or styled elsewhere.
Any suggestions on how I can accomplish this ?
Thanks !
I would like to hide the dates of the first and last photos in each album in order to reduce the height of the album cards and save space on the home page.
I tried setting the CSS class
.info-datestovisibility: hiddenanddisplay: none, but the dates are still visible. It seems the data is not being hidden properly, possibly due to how it's rendered or styled elsewhere.Any suggestions on how I can accomplish this ?
Thanks !