Skip to content

Custom CSS to fix double pricing

Use the custom CSS at the bottom of this page to fix the double pricing issue that some themes present.

Add the CSS below the photo to the Custom CSS box on the Settings > Global Options page of our plugin and then click save changes at the bottom of the page.

.ft-gallery-variations-text .woocommerce-variation:nth-of-type(2) {display:none !important;}

If that does not work you can also try this.

.avada-variation .woocommerce-variation-price {display:none !important;}