How to hide price add-ons on the product page

At the moment the only place you can hide the price add-ons is on the product page.

The code below will hide the entire selected value next to the product option title.

Add the code below to your theme.liquid file right after the first <head> tag.

<style>
.bcpo-value {
display: none !important;
}
</style>

Before Code:

After Code:

Click on this article for information on how to change the products main price with price add-ons, instead of showing the price add-ons above the add to cart button.

 

 

Was this article helpful?
Dislike

Pin It on Pinterest