Solved

Can't find how to remove a button.

DennisDp
Visitor
2 0 0

All,

I have a button "find pharmacies", and I just don't find where to remove that button: https://shop.yun.be/products/yun-vgn-prebiotic-intimate-wash-no-perfume-150-ml-1

Someone an idea?

Best,

Dennis

Accepted Solution (1)

dmwwebartisan
Shopify Partner
12282 2546 3694

This is an accepted solution.

@DennisDp 

Please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

.template-product .button-margin-top {
    display: none !important;
}

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app

View solution in original post

Replies 3 (3)

devangfour
Shopify Partner
43 10 8

 

Hi @DennisDp 

Please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

a.js-show-pharmacies {
    display: none;
}

 

Thanks

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on devangfour@gmail.com regarding any help

dmwwebartisan
Shopify Partner
12282 2546 3694

This is an accepted solution.

@DennisDp 

Please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

.template-product .button-margin-top {
    display: none !important;
}

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
DennisDp
Visitor
2 0 0

Thanks!!!