Bonjour, j’ai pris le thème DAWN pour ma boutique. Je voudrais que le titre des pages soit centrer, comment puis-je faire sils vous plait ?
1 Like
Hi @1596710
Would you mind to share your Store URL website? with password if its unpublish. Thanks!
https://cottrelshop.com and I would know how to reduce the size of pages titles that are very large, even having put the minimum size…
1 Like
Thanks for the info, Try this one.
- From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
- Find the theme that you want to edit and click on “Actions” and then “Edit code”.
- In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
h1.collection-hero__title, h1.main-page-title.page-title.h0.scroll-trigger.animate--fade-in {
font-size: 3rem;
}
h2, h1 {
text-align: center;
}
-
And Save.
-
Result:
-
Note: The font-size that I provide is only in the products and the club. You can increase/decrease the size you like.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
1 Like
Thank you so much !!!
And, I ask if you know too… How can I center “© 2023, COTTREL” at the footer ?