Dynamic Buttons in product page Dawn theme

Hello everyone :victory_hand:

I´m setting up a shop with the Dawn theme and face a issue I nearly despair :grin: I´m new to Shopify but was able to disable the dynamic checkout button and for 2 of my 3 products the product view looks fine (wood prints looks good). At the third product overview (aluminium prints) there is a dynamic button ‘personalize design’ that I would like to remove as well. So does anybody know either why this button is shown or how I can remove it?


I assume it depends on some settings concerning the product itself but I double and tripple checked the products (wood and aluminium) and they have all equal settings. So my aim was to remove the ‘personalize design’ button in general of my code. But unfortunately I don´t find the definition anywhere in the theme code.

Thanks for your help :victory_hand:
Hablo

Hi @Hablo ,

If you use dawn theme, you can try follow the instruction below:

  1. Go to Online Store → Theme → Customize → Product page → Buy Buttons → disable option Show dynamic checkout buttons.

Example:

Hi and thanks @Halothemes ,

but this only en-/disables the dynamic “Buy now” button and unfortunately does not affect the “personalize design” button.
So issue is still there.

Hi @Hablo ,

Please share your store URL and Store’s password to view your website.

So that I will check and let you know the exact solution here.

Best regards.

Hi @Halothemes
our URL is https://myreal-nft.com but not sure what you mean by the stores´ password?

And the issue is on https://myreal-nft.com/en/products/aluminum-print

Thanks and best regards

Hi @Hablo ,

you can try follow the instruction below:

  1. Go to Online Store → Theme → Edit code.

  2. Assets-> /base.css. Paste code below into end the file.

.product-form__buttons button#ge-personalize {
    display: none !important;
}
1 Like