How do I align the featured collection and the collage heading to the centre.

How do I align the featured collection and the collage heading to the centre? I am also wanting to change the font style and size of both these headings.

1 Like

@komalkhubani

can you please share store url

@komalkhubani

can you please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
.title-wrapper-with-link {justify-content: center;}
h2.collage-wrapper-title- {text-align: center;}
1 Like

Hi Ketan, That worked. Thank you so much.

Could you also please help with changing the font style and size of the featured collection and the collage heading.

Thanks

@komalkhubani

yes pleaser remove last one code and add this

.title-wrapper-with-link {justify-content: center;font-size: 30px;} 
h2.collage-wrapper-title- {text-align: center;font-size: 30px;}
1 Like

Thanks, Ketan. This code did help in changing the font size of the collage heading, but not of the featured collection title for some reason

Thanks, @KetanKumar . This code did help in changing the font size of the collage heading, but not of the featured collection title for some reason

@komalkhubani

yes, please share issue image!

I want to change the font style as well as increase the featured collection title font size as well

Hi there, I am having the same issue, I would like to centre Collage title and featured collections title. I used the instructions you mentioned here, but it did not work for me?