How to hide the flag or translate button behind add to cart?

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 :waving_hand:

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

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

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

a.gt_switcher-popup.glink.nturl.notranslate { display: none !important; }