Relevant for stores using: Kaching Cart Drawer or other applications that trigger a popup in the product page.
SmartSize's floating button always appears on the right side of every product page. However, in some cases—such as when a cart drawer upsell is displayed—you may want to temporarily hide the button to avoid covering important information.
To hide the button in those situations, follow these steps:
-
In your Shopify admin, go to Online Store > Themes.
-
Find the theme you want to edit and click Customize.
-
In the left sidebar, click the Theme settings icon (⚙️).
-
Scroll down and select Custom CSS.
-
Add your custom CSS code in the box provided below.
- Click Save in the top-right corner to apply the changes.
.ss-size-chart-float-button {
z-index: 100 !important
}