How can I edit and adjust text under the collection list in symmetry theme?

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

1 Like

Hello,

The link to my store is,

https://clairamor.com/

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

1 Like

Thank you so much!