Dawn Theme : How do I Center My Product Titles and Vendor on my Website

How do I Center My Product Titles and Vendor on my Website. And i mean on all Fotos like Collections, Home page, everything. My URL is luxeran.com

Do you have a screenshot of what particular section you want them center?

@gaborodri

Product Titles and Vendor already in the center Please share the screenshot of what you want!

Thanks!

Yes Sorry i already fixed it somehow hahahha. But now i would like to center my title and the subtitle on my collection pages. Thanks in advance!

@gaborodri

Please add the following CSS code to your assets/base.css bottom of the file.

.collection-hero__title+.collection-hero__description {text-align: center !important; margin: 0 auto !important;}
.collection-hero__title {text-align: center !important;}

Thanks!

Sadly it didnt work.

check the screenshot you missed the closing bracket in the CSS file.

@gaborodri

Please add the following CSS code to your assets/component-collection-hero.css bottom of the file.

.collection-hero__title+.collection-hero__description {text-align: center !important; margin: 0 auto !important;}
.collection-hero__title {text-align: center !important;}

Thanks!

Damn Man you are a Life saver!! Thanks and have a nice day!

1 Like

@gaborodri

If helpful then please Like Solution

hi there,

this is my first time using the Community help, hope you can rectify and help us with the same issue that having the title in the center of the image. thanks in advance and sorry if I am not in the right place.

@TEMIM

Please share your store URL and also send a screenshot of what you want!

Thanks!

hi, store URL is gold-coin-epic.myshopify.com…what we need is title on homepage and on collection page to be center, as you can see image attached

Hi can I check .collection-hero refers to the name of my collection ? If my collection is Bags, so I will have to insert .collection-bags ? Is there a universal code for all future collections ?