What's your biggest current challenge? Have your say in Community Polls along the right column.

Delete button on my product page

Solved

Delete button on my product page

thomas93410
Tourist
9 0 4

Hello, i would like to remove the keep shopping and next item button on my product page . Can someone help me ?

Website :  
https://www.alfjewelry.com/
password: andrew03

 

image.png

 

Accepted Solution (1)

Asad-Mahmood
Trailblazer
222 39 44

This is an accepted solution.

Go to your online store -> customize -> settings -> custom css 
and paste this code there

.div-block-3 {
display: none !important;
}

 

AsadMahmood_0-1732303371363.png

 

If my solution has been helpful, you can consider supporting me via Buy Me a Coffee.
Hire me: asadmahmood8470@gmail.com
WhatsApp





View solution in original post

Replies 5 (5)

devcoders
Shopify Partner
564 80 142

Hello @thomas93410 

 

Go to Online Store, then Theme, and select Edit Code.
Search for assets/theme.css. Add the provided code at the end of the file.

 

.div-block-3 {
display: none;
}

 

devcoders_0-1732298754371.png

 



Shopify Developer: Helping eCommerce Stores

If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!

Asad-Mahmood
Trailblazer
222 39 44

This is an accepted solution.

Go to your online store -> customize -> settings -> custom css 
and paste this code there

.div-block-3 {
display: none !important;
}

 

AsadMahmood_0-1732303371363.png

 

If my solution has been helpful, you can consider supporting me via Buy Me a Coffee.
Hire me: asadmahmood8470@gmail.com
WhatsApp





thomas93410
Tourist
9 0 4

Hello, thanks but its not working..

thomas93410_0-1732307886401.png

thomas93410_1-1732307890883.png

 

 

thomas93410
Tourist
9 0 4

nvm its working i mistaken haha sorry

Asad-Mahmood
Trailblazer
222 39 44

Glad to help You

btw your store has great animation. I liked it 🙂

If my solution has been helpful, you can consider supporting me via Buy Me a Coffee.
Hire me: asadmahmood8470@gmail.com
WhatsApp