How to centralize title product page

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!

Hi @Leon0125

Please share a link to the page so I can have a look at the code.

Regards

Hey @Leon0125

Share your Store URL and Password if enabled.

Best Regards,

Moeed

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