How can I center align product prices on Dawn Theme 2.0?

I tried all the different things that were suggested on shopify discussions for this matter, somehow on my theme it won‘t change the product price alignment.

(See pictures) My store url is 00fierce.de, storefront password “zeze“. I‘d appreciate a tutorial on how to change the price alignment to center, both on collection pages and on the product page.

I was able to change the price color on the collection page (it‘s slightly lighter than the product title above it now), but on the product page it‘s still black. I changed the color components.price.css

Thanks in Advance

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:
.card-information__wrapper .price {
align-items: center;
justify-content: center;
}

This didn‘t work