How To Centre Headings On Homepage - taste theme

Hi!

How can I centre the headings on my homepage? right now they are aligned to the left.

www.jazzyboo.com.au

pw: kaocho

picture of my site headings as of now.

1 Like

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >base.css and paste this at the bottom of the file:
.collection__title.title-wrapper.title-wrapper--no-top-margin.page-width h2.title.h2 {
text-align: center;
}
.title-wrapper-with-link.title-wrapper--self-padded-mobile.title-wrapper--no-top-margin {
justify-content: center;
}

Thanks so much! worked perfectly!

1 Like

Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.

Hey Guys. I’ve applied this solution but can’t get it to work. When I go the assets drop down to I select the first one "Base CSS’ or keep scrolling until I get to the particular asset in question and add it there?

Cheers :slightly_smiling_face:

1 Like

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >base.css and paste this at the bottom of the file:
.title-wrapper-with-link.title-wrapper--self-padded-mobile.title-wrapper--no-top-margin h2.title.h2 {
text-align: center;
}

Screenshot :- https://prnt.sc/uzcodVf_OrTR

Hi, I have applied this code to base.css but my text is still left aligned. Do you know why this could be? Thank you.

Hello !

I try use your solution, but it not work on my shop :disappointed_face:
I use Taste Theme too.

I want center Title Collections and Title Collections List on Home Page.
My shop https://byBee.pl

Please help.
Sorry for my english.
Best Regards.