Hi everyone, I’m trying to center the title of this “Products” page and then I want the title to be in bold black but I don’t know how to do it. Thanks in advance for your help!
https://h0nusk-md.myshopify.com/
pass: ciacia
Hi @Leon0125
Please go to your store admin > Sales channels > Online Store > Themes > Customize > click theme settings icon > Custom CSS, add this code
.collection-hero__title {
text-align: center;
font-weight: 700;
}
Perfect. Thank you very much! you’re very kind

