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
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:
- Go to Online Store > Theme > Edit code of your current theme
-
Open your theme.liquid theme file
-
Paste the below code before
For example,
If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team


