How can I fully remove the Size Swatch app from my site?

I deleted the “Size Swatch” app before checking or removing any coding in my site. Now whenever I refresh my site the sizes show up for a few seconds before going away. I can’t find any customer service email for size swatch and I dont want to redownload the app to avoid being charged. Thoughts?

www.darlingauthority.com

Hi @dauthority ,

It seems like app script is executing’s.

we need to remove the script. Please check theme.liquid file

search for: “enable_sizeswatch”

var enable_sizeswatch = ‘off’;

paste this line instead of var enable_sizeswatch = ‘on’;

Hope this should works.

Connect with me via message if you are not good with coding. I will look into this.