How can I get the product price to display again on my page?

i put this code in liquid some time ago

.price { display: none !important; }

and now I realized that the price on the product page has disappeared, I tried to delete it but it still doesn’t work

any tips on how to make the price show again?

I already tried to look for the Show unit price for this product button but I didn’t find it

Hi @UniqueUniverse

Did you check in other file like base.css? if there is a .price on the display none? Its written with !important so it means it overide the previous code. Can I check your Store? Would you mind to share your Store URL website? with password if its unpublish. Thanks!