remote save button

Topic summary

A user wants to remove a red “save” button (likely a discount badge) from their Shopify store using the Prestige theme. Shopify support indicated this requires custom coding but doesn’t provide coding assistance themselves.

Proposed Solutions:

  • One community member suggested adding CSS code (.badge { display: none; }) to the Custom CSS section to hide the button.
  • Another developer offered to provide a tailored solution if the store URL and password are shared.

Status: The issue remains unresolved as the original poster hasn’t confirmed whether the CSS solution worked or provided store access for further assistance.

Summarized with AI on October 27. AI used: claude-sonnet-4-5-20250929.

Hi, i want the red save button removed but the shopify help support told me it have to be coded away. Someone that can help me out here? :slightly_smiling_face:

1 Like

They don’t code for me, how do I then get the help? They told me to come in

Prestige :slightly_smiling_face:

Hello @Magnates

Have you been able to find solution to this?

You can remove that button by adding this code to Custom CSS of that section.

.badge { display: none; }
1 Like

Hello @Magnates
Welcome to the Shopify Community! Please share your store URL and password (if it’s password-protected), so I can check and provide you with the exact solution.