Delete button on my product page

Topic summary

A store owner wants to remove the “keep shopping” and “next item” buttons from their product pages.

Solutions Provided:

  • Option 1: Add CSS code to assets/theme.css file via Theme Editor to hide .div-block-3 element
  • Option 2: Add the same CSS through Customize → Settings → Custom CSS

Resolution:
The issue was initially reported as not working, but the original poster confirmed it was resolved after realizing they had made a mistake. The CSS code successfully hides the unwanted buttons by setting display: none !important on the .div-block-3 class.

Multiple screenshots were shared showing the buttons in question and the implementation steps.

Summarized with AI on November 3. AI used: claude-sonnet-4-5-20250929.

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

1 Like

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;
}

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

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

Hello, thanks but its not working..

nvm its working i mistaken haha sorry

1 Like

Glad to help You

btw your store has great animation. I liked it :slightly_smiling_face: