DAWN THEME- How to center product title & price in Featured Collection, Product Page

Hello,

I have been trying to center the price and the title on Dawn Theme but I could not find a way.

Please help.

Hi @Aylin2022

1: Online store > themes > Customize

2: Theme settings

3: change it to center

Hi,

Please share your store URL and if your store is password protected then also provide password too.

Thank you.

www.theava.co

Password is thisisit!

Let me know if you are having a trouble with viewing the page.

You DA BEST!!! Thank YOU!

This should works on Dawn 15 and higher:
Add this code to bottom of css file:
/* Centering the product price /
.product__price, .price {
text-align: center !important; /
Centers the price /
display: block; /
Ensures it takes full width /
margin: 0 auto; /
Centers the block */
}