How to remove the shipping option for non-physical products?

Hi there,

I was wondering if anyone knows how to remove the shipping option as it is not a physical product?

I have tried to look for an option but having no luck

Thanks heaps,

Caitlin

Hi @thepregnancyc you can remove it by adding CSS code below in store admin > Sale channels > Online store > Themes > Edit code > Assets > open base.css file, add this CSS code at the bottom and save file

.product .product__tax { display: none !important; }
1 Like

Thank you so much!

1 Like

Happy I could help