Was able to hide price of sold items in collection view but this did not affect individual product view.
Used this code in assets>custom.css:
.price.price–sold-out,
.product__price–sold-out {
display: none;
}
How can one hide price of sold items in the drill-down/individual product view??
You need to do some digging.
Open dev tools and click the element. There you should start looking for sections and the names. Go to the theme editor (code portion) and search for the names of the corresponding names of the sections found.
Open the .liquid file and find the element by ID or class (sometimes snippets are embedded inside the section). There you can modify the liquid page for that particular element.
Modifying the CSS may unintentionally modify other things as well.
Hard to tell without some additional info though.
I am pretty much a novice. I tried to figure out what you suggested but only got as far as showing the code for this spot in the source code editor- see attached image. Not sure if this has the info I need. Any assistance is appreciated.
Cheers
I think the unit-price liquid file might be where I can edit. Here is a screenshot.
Could you help me do this on a paid basis?