I want to remove circle attribute in inventory status on product page Dawn theme

I want to remove circle attribute in inventory status on product page Dawn theme. I have attached a screenshot below for more understanding:

Link: www.swayur.com

Hi, @swayurindia

Thanks for posting your issue to the Community Forums.

I understand you’re looking to remove the circle attribute from the ‘Out of Stock’ label on your Product Page. While I’m not currently aware of an easy way to do this, this customization could be supported via Design Time by our in-house theme department.

To see if this qualifies, please reach out to our live advisors via the Help Center. They will be able to escalate your request to the theme department on your behalf.

Hi @swayurindia

I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.

Please add this css in your bottom of the base.css file:

.product__inventory svg {display: none;}

Regards,

San

(post deleted by author)