Hello,
I would like to edit the text under the collection list in symmetry theme.
Ideally, I would increase the size of the font and center the text under the collection photo.
Any help is appreciated,
Cameron
Hello,
I would like to edit the text under the collection list in symmetry theme.
Ideally, I would increase the size of the font and center the text under the collection photo.
Any help is appreciated,
Cameron
@diamors
Hello,
Can You Please Share Your Store URL? i Will Check and Provide Proper Solution
Hello,
The link to my store is,
Thank you and looking forward to your reply
Cameron
@diamors ,
.product-block__title {
text-align: center;
font-size: 18px;
}
Add this css at the bottom of Online Store->Theme->Edit code->Assets->style.scss.liquid
Thank you so much!