How can I center and reduce text size of collections buttons on Dawn theme?

Hi everyone!

My website is: www.doisdemonios.com

I would like to center the collections buttons plus reduce the text size, on the main page, like the image attached.

It is possible to solve this?

Thanks in advance

Hi @doisdemonios ,

Glad to support you today.

You can check out my suggestion below to get your concern resolved.

  1. Go to Edit code on Online Store:

  1. add my code above the tag on Theme.liquid:

Hope you find my answer helpful!

Kind & Best regards,
GemPages Support Team.

Hi @doisdemonios

You can try this code by following these steps:

Go to Online store => themes => actions => edit code and add this code on file theme.liquid before tag


Hope this answer helps.

Best regards,

Victor | PageFly

Hi @doisdemonios

I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.

Please add this css in your bottom of the css file:

.card-wrapper .card__content .quick-add__submit {margin: 0 auto !important;}

Regards,

San

Hello @doisdemonios

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.

.card-wrapper .card__content .quick-add__submit {
    margin: 0 auto !important;
    font-size: 12px !important;
}

It worked! thank you :))