delete button

hello,

i need help with my product page. i want to delete a button but i dont know how. the theme is dawn and the website is www.2faced.eu the password is bewcre . i want to delete the button called Unvollständige not weitere bezahlmöglichkeiten

Bildschirmfoto_8-4-2025_151318_2faced.eu.jpeg

Hi, please follow this step

on your product page> tap on edit > tap 3 dot next to share button >remove it hope this helps you finishing solution!

Hi @3faced ,

Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:

.shopify-payment-button__more-options {
    display: none !important;
}

did not work

Hi @3faced ,

Please go to Customize > Theme settings > Custom CSS. Please try adding code here, it should work fine like this: