How can I remove the add to cart text?

Hello @Asim_3

Please share your website URL.

Hello @Asim_3 ,

It’s GemPages support team and glad to support you today.

Could you please share your store URL ( with the password if your store password is enabled ) then I can see and suggest something for you?

Best regards,
GemPages Support Team

https://fascinate-hair.myshopify.com/products/fascinatehair%E2%84%A2-electric-hair-comb

@Asim_3

Go to Online store >> Edit code >> Assets >> base.css
Add this code below of base.css file

.product-form__buttons span {
display: none !Important;
}

Hi @Asim_3 ,

This is Victor from PageFly - Shopify Page Builder App, I’d like to suggest this idea:

Add this CSS at the bottom

Online Store ->Theme ->Edit code

Assets → section-main-product.css

.product-form__buttons>span {

    display: none !important;

}

Hope you find my answer helpful!

Best regards,

Victor | PageFly

Hello @Asim_3 ,

I would like to give you the recommendation to support you so kindly follow the steps below:

  1. Go to Online Store > Theme > Edit code of your current theme

  1. Open your theme.liquid theme file

  2. Paste the below code before


For example,

If you require any further information, feel free to contact me.

Best regards,
GemPages Support Team