Disable sticky add to cart, and go to Top Button Prestige Theme

Topic summary

Goal: Remove the theme’s mobile-only sticky Add to Cart (ATC) bar and the “Back to Top” button in the Prestige theme to use the Vitals app’s sticky ATC, since the theme’s version lacks a variant selector.

Context: Affected store: zen-step.de (Prestige theme). Elements appear only on mobile.

Actions tried:

  • CSS added via Online Store > Themes > Edit code > Assets > custom.css or theme.css.
  • Selectors used: #scrollToTop and #bundle-sticky_add_to_cart.
  • Update with !important: #scrollToTop, #bundle-sticky_add_to_cart { display: none !important; }

Outcomes:

  • “Back to Top” (#scrollToTop) successfully hidden.
  • Sticky ATC remains visible on mobile despite using #bundle-sticky_add_to_cart with !important in theme.css.

Notes:

  • Code snippets are central to the discussion.
  • The issue specifically concerns the mobile sticky ATC lacking a variant selector, motivating the switch to Vitals’ sticky bar.

Status: Partially resolved. “Back to Top” disabled; sticky ATC not yet disabled. No confirmed selector or final fix provided; discussion remains open.

Summarized with AI on January 23. AI used: gpt-5.

Hello,

we want to use Vitals App with Sticky add to cart but my Theme shows an Sticky Add to Cart.

You see the Sticky Add to Cart only on the Mobile.

Unfortunately we cant use it because there is no Variant Selector on the original sticky add to cart.

Can anyone tell me how to disalbe or delete this sticky add to cart button? I cant find a solution.

We have also an back to Top Button wich we dont want to use. but cant find a way to disable it.

lukasmauracher_0-1690211137954.png

Both are only shows up on Mobilde devices.

Thank you very much

Hi,

Can you share your store url

Sure sorry. www.zen-step.de

Add this CSS code
Online Store > Themes > Edit code > Assets > custom.css or theme.css

#scrollToTop, #bundle-sticky_add_to_cart { display: none; }

Thanks you. the #scrollToTop worked. but the sticky add to cart is still there on mobile.

I copy it in the theme.css

https://www.zen-step.de/products/zenstep%E2%84%A2-flexwalk-ultra-bequeme-barfussschuhe-aus-echtem-leder-unisex-1?abtr=true

Try this

#scrollToTop, #bundle-sticky_add_to_cart { display: none !important; }

Its the same. back to Top is disabled but the add to cart is still displayed.