How to center section headlines on a Dawn homepage?

Hey, I’m switching my clients off of Debut and into Dawn now and having trouble coding some elements in. Any help on these would be greatly appreciate so I can go in and get things set.

I’m wanting to know if there is a way to center the section headlines on the homepage for things like the collection list (I was able to do it for featured collection but nothing I found on here for the other).

I also wanted to see if there was a way to isolate the same headline or a couple others to make only those certain colors.

Thank you & here is a preview link to the website:

https://hlepu3mqekqkuh30-57665454262.shopifypreview.com

1 Like

@BreCreative , do this to fix it in 20 seconds:

  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:
[id*='shopify-section'] [class*='title-']{
    text-align: center !important;
    display: block !important;
}

In relation to the isolated colors you’d need to code a custom field into the section to control the color exclusively for that section.

It’s complex to guide through, you’d need a dev to get that done.

Kind regards,
Diego

1 Like

@BreCreative

oh sorry for that issue can you 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;}

Is there a way to center the recommended product pricing & left align the main product title on the product pages?

https://qje8t510vx25cwe0-57665454262.shopifypreview.com