Hi,
I would appreciate if you can help me the following.
I am using the debut free theme and we are planning to sell clothes online. Our plan is to use an app from the app store from shopify for size chart.
Issue - We need to remove the current default size chart as I tried many ways However,I came up with nothing.
Highlighted in yellow is the one which i want to take off. Please find the attached picture as reference.
Please be kind enough to help me out with this issue.
Thanks
Bryce
             
            
              
              
              1 Like
            
            
           
          
            
            
              Hello, @Bryce786
Welcome to the Shopify community!
and Thanks for your Good question.
Please share your site URL,
So I will check and provide a solution here.
             
            
              
              
              1 Like
            
            
           
          
            
            
              Hi,
Thank you for the prompt response. Site URL is https://mondy78.myshopify.com/
Thanks
Bryce
             
            
              
              
              
            
            
           
          
            
            
              @Bryce786
Thanks for store URL.
sorry but your store is password protect can you please share.
             
            
              
              
              
            
            
           
          
            
            
              @Bryce786
Thanks for it
- Go to Online Store->Theme->Edit code
- Asset->/theme.scss.liquid->paste below code at the bottom of the file.
a.btn.size-chart-open-popup {
    display: none;
}
             
            
              
              
              1 Like
            
            
           
          
            
            
              Thank you so much. it worked for me. appreciate your prompt response. you saved me  I would highly recommend you to anyone.
 I would highly recommend you to anyone.
God bless
Bryce
             
            
              
              
              
            
            
           
          
            
            
              @Bryce786
Thanks for the update and your compliment.
             
            
              
              
              
            
            
           
          
            
            
              Hello KetanKumar,
I used the same solution but didn’t work for me.
In my site there are two size chart and my theme not allow me to remove/hide so I want to remove it and keep my own Size chart via kiwi size.
Would you please check and guide me how I can do it.
https://myclosetfun.myshopify.com/
Password : salman
Thank you !
             
            
              
              
              1 Like
            
            
           
          
            
            
              @salmanafzal
sorry for that issue can you try this code
- Go to Online Store->Theme->Edit code
- Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.template-product .size_chart {display: none !important;}
             
            
              
              
              1 Like
            
            
           
          
            
            
              WOW great !!!
Thank you so much Ketan for quick solution.
You are awesome.
             
            
              
              
              
            
            
           
          
            
            
              Hello! What if I there are only certain products I don’t want the size chart to show up on? Thanks!