Hi experts,
I wish to remove the shipping details as below and add the ‘enquire’ custom button linking to an email address (Attached image)
Theme: Debut theme
Store link:- https://gallery-333.myshopify.com/admin/themes/124321857692/editor?previewPath=%2Fproducts%2Fgrant-bowler
password:123456
1 Like
Hi @ibarry3393
We can assist on both, would you mind if we requested Collaborator Access to get this done for you swiftly?
@ibarry3393
sorry for that issue try this code remove for shipping details
- Go to Online Store->Theme->Edit code
- Asset->/theme.css ->paste below code at the bottom of the file.
.product__policies {display: none;}
also sorry i can’t see now custom button
1 Like
hii, @ibarry3393
Paste this code on top of the theme.scss file.
.product__policies.rte {
display: none !important;
}
Thank You.
1 Like
Hi @KetanKumar ,
Thanks for your response. I want to add a custom button ‘enquire now’ and it should direct to an email address. Is that possible?
1 Like
Hi @Zworthkey ,
Thanks for your response. I want to add a custom button ‘enquire now’ on the same page (like the mockup) and it should direct to an email address. Is that possible?
@KetanKumar there is no button at the moment and that’s why I want to add a new button like the mockup below.
The enquire button will be directed to an email address.
@ibarry3393
yes please share product page code
@ibarry3393
yes please sent product page code so i will update code