Hi I hid all prices via shopify settings a while ago as we did not want to show prices. We now want to but when i change it in the settings only prices show up on the collection pages not the product pages.
I would go to Customize theme, and then go to a product page (from the dropdown at the top) to go to individual product settings and see if you can control it there.
If not, next step I would read the code for product pages and see where it’s showing there. Start by going to the Template folder and looking for something like product.liquid. It will probably have include / render statements that include sections and snippets. If you see those, then look in the section and snippet folders for the file of that name, then read that file. Eventually you’ll reach the point where the product info is displayed (price, quantity, etc), then you can see how the price is displayed. It may be tough if you’re not familiar reading html, but it might give you enough clues to try and edit the code (for example, maybe the price section is just commented out, and you only need to remove the comments).
Make sure you’re doing this on a backup theme so you can test without affecting the live site.
I still cant see anywhere that is hidden its so confusing, i have attached a screenshot of what it looked like before