Product Page - Center price and variation name/tag

Hello,

this is my current shopify product page: https://justincase-de.com/products/the-north-face-streetwear-handyhulle-iphone-blau How do I center the price and variation name ? I have already added a code that specifically says price-template text-align center, but still the price template is on the left side. And how do I center the variation name “select your Phone” as well ? I am using the Dawn theme.

Kind regards.

Hi @JustInCase-de ,

Add this CSS code Online Store > Themes > Edit code > Assets > custom.css or theme.css

.product-form__input label, .price.price--large { text-align: center; }

Hello,

I don’t have a custom or theme css. Just base css or theme liquid. I am using the Dawn Theme. So, where can I actually add the code ?

Thank you.

You can add the code in base.css file