How can I change the position of the size chart without losing it?

Solved

How can I change the position of the size chart without losing it?

X-DREAM
Excursionist
29 0 3

I want to hide this compare product option block, but want keep size chart button in this position.

I tried to hide the compare product option block but the size chart button will be gone too. Thanks

 

www.x-dream.com.au

password: 666

 

Capture.PNG

Accepted Solution (1)

PageFly-Henry
Shopify Partner
1184 335 293

This is an accepted solution.

Hi  @X-DREAM 

This is Henry 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 product.css

Step 3: Paste the below code at bottom of the file -> Save

 

modal-open.\#product-options-list-modal-link.styled-link {

    display: none !important;

}

 

Hope that my solution works for you.

Best regards,

Henry | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Reply 1 (1)

PageFly-Henry
Shopify Partner
1184 335 293

This is an accepted solution.

Hi  @X-DREAM 

This is Henry 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 product.css

Step 3: Paste the below code at bottom of the file -> Save

 

modal-open.\#product-options-list-modal-link.styled-link {

    display: none !important;

}

 

Hope that my solution works for you.

Best regards,

Henry | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.