Thanks Ritu, it worked.
Topic summary
A user sought help adding collection titles below images in Dawn Theme version 13, wanting them centered.
Initial Response:
- Another user suggested titles should appear automatically when collections are selected
- However, this didn’t work for the original poster
Solution Provided:
The issue was resolved by removing specific CSS code from component-card.css:
.collection-list .card__content {
display: none;
}
Outcome:
Removing this CSS successfully displayed the collection titles below the images as desired. The discussion is resolved.
1 Like