Hide flag behind the add to cart floating buttons
my site is https://b32b39-5.myshopify.com/products/marni-long-leather-coat
Hide flag behind the add to cart floating buttons
my site is https://b32b39-5.myshopify.com/products/marni-long-leather-coat
Hi @MIKESTORK ,
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.liquid
Step 3: Paste the below code at the bottom of the file → Save
Hope my solution works perfectly for you!
Best regards,
Oliver | PageFly
Hello @MIKESTORK ![]()
In Shopify Admin, you can go to Edit theme code, open file theme.css and add this code at the bottom
.product-sticky-bar {
z-index: 9999999;
}
Hope that helps!
Hello @MIKESTORK
You can add code by following these steps
Go to Online Store → Theme → Edit code.
Open your theme.liquid file
Paste the below code before on theme.liquid