How to centre the Titel

Hello friends, how can I centre the titel in this section?

Hi @NikosBat ,

You can follow the steps here:

Step 1: Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
Step 2: From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/ypQ7nly2wv27
Step 3: Copy the code below and paste it there

Here is the code for step 3:

.collection__title.title-wrapper {
    text-align: center !important;
}

Here is the result:

Please let me know if it works!

Best,

Daisy

1 Like

Hello @NikosBat
Go to online store ----> themes ----> actions ----> edit code ---->base.css
add this code at the end of the file and save.

.collection__title.title-wrapper.title-wrapper--no-top-margin.page-width {
text-align: center !important;
}

Thanks

1 Like

thanks you very much, that solved my problem

Thank you very much, that solved my problem