Ho do I canter my COLLECTION heading

“under categories when you view all its on the left I want it on center”

Hi @Dikano

Please, share your store URL. Thanks!

https://zanzizest.co.za/

Hi @Dikano
Please follow the steps-

  1. First open the theme customizer from admin- https://prnt.sc/oIhT9ECbHAEV
  2. Under theme settings, open "Custom CSS" - https://prnt.sc/YMQAFHofjTBq
  3. Now paste the below code-
.collection-hero__title {
    text-align: center;
}
  1. Click “Save” and you’re done.

Only the subheadings are centered not the main heading “Collections” please help me get it right.

https://www.kapwing.com/videos/67386710a481901f3c88648d

Hi @Dikano

You can follow the instruction here :

  1. Go to Shopify > Theme > Customize > open Custom CSS

  2. Copy and paste this code to the section > Save

.page-width:has(ul.collection-list) > h1 {
    text-align: center !important;
}

here is the result :

@Dikano it seems okay- https://prnt.sc/Bk3vtc197CEU
Can you please clear your browser cache? And one request- please post a request with store url, page url, screenshot/video etc. More details of an issue help us to solve it rapidly. Let me know if you need more assistance.
Thanks

Thank you so much you are a star :glowing_star:

I hope I am bothering you, please help me with this one “on the footer, I don’t want my links to show lines (underlined) I want them to be clickable”