How do I remove text after deleting the add to cart button?

i just got rid of the add to cart button on code but the text is still there, can someone tell me how to remove it:)

Hello @Hugo19 ,
Please share your store URL.

Sparkglasses.store

Hello @Hugo19 ,

Add this css at the bottom

Online Store->Theme->Edit code

assets-> base.css

.product-form__buttons span {
display: none !important;

}

Am I copying that in?

Nevermind i did it thanks :+1:

If you got help from our code then please mark our solution as “accept”.
Thank you :slightly_smiling_face: