I am trying to remove the price next to sold out
I want it to say sold out only
please help

As you see its not neat
A user seeks to hide the price display on sold-out products in the DAWN theme, wanting only “sold out” text to appear.
Proposed Solution:
base.css file (located in assets folder).price.price--sold-out .price__container {
display: none;
}
Current Status:
The discussion remains open as troubleshooting continues for users experiencing issues with the CSS implementation.
I am trying to remove the price next to sold out
I want it to say sold out only
please help

As you see its not neat
Hi @khalil22222
Edit the code of your theme and find base.css under assets and paste below CSS at the bottom.
.price.price--sold-out .price__container {
display: none;
}
I am not able to remove sold out