How can I center a price and change the font to Times New Roman?

I am looking to center the price with the title and change the font to Times New Roman. Also, if anybody knows how to get rid of the divider on hover that would be amazing! TIA!

Here is my site URL: https://shop.allisonjoneshunt.com

@emmamelinstudio

Please add the following code at the bottom of your assets/theme.css file.

#Collection .price__regular{ margin-right: 0px !important; }
#Collection .price dd { margin: 0px !important; }

Hope this works.

Thanks!

Amazing, thank you! I have tried so many things and this worked perfectly :slightly_smiling_face: