How to remove product title and enlarge price on a page?

I am trying to get Rid of the product title on a page and increase the size of the price by double, so it kind of looks like an etsy page, but am having trouble finding how to do so.

What’s your store url @AlexLundquist

Hi @AlexLundquist ,

Would you mind to share your URL website? with password if its protected. Thanks!

pawsitivecreation.com

the url is pawsitivecreation.com

Hello @AlexLundquist

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.

.price__container {
    font-size: 50px !important;
}