Removing shipping information box on the Product page

Hi, i need some assistance on adjusting my product page. In my editor, there is no way to remove the shipping information box located under the buy it now button. When i hide it, it hides the add to cart button as well.

I need to remove this section and push the description up to fill in the space.

Any help is greatly appreciated. Thanks!

Site: krstlbrand.com

Hello,

Please go to.

Online store > theme > actions > edit code.

Assets > theme.css (open file).

Copy and paste this code at the bottom of the file:

.productView-info {
  display: none;
}

Hope this helps,

1 Like

update: deleted this from product.liquid which seemed to work


Available for delivery

Ships FedEx in 1 - 2 Business Days

30+ 5-Star Reviews

That also works, you remove the HTML instead of hide it with CSS.

:slightly_smiling_face:

1 Like