Removing size guide from [ECF] - 1.8 Klaviyo Footer

I’m having trouble removing the text for the size guide on our product pages. I have hidden the page and blacked the pop up but the text for the link is still there. we are using a seperate app to display our size guide, so we just want get rid of the size guide located above the size selection.

Hey @nadine97
Can you share your Store URL and password if enabled?

Hi @Moeed

the store URL is www.kindiscool.com.au

Hi @nadine97

This is Victor from PageFly - Landing Page Builder App

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 bellow code in tag → save.

span.label-sizeguide { display: none !important; }

Hope that my solution works for you.

Best regards,

Victor | PageFly

Add this code above in theme.liquid


@nadine97

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > theme.scss.css and paste this at the bottom of the file:
.variant-wrapper .variant__label span.label-sizeguide{
  display: none !important;
}

This code works great for your site

Best Regards !

Hi Victor,

Thanks so much for that! It worked!!

1 Like

You are welcome @nadine97 :blush: