[ad_1]
Yes. That pricing information is in the description field of each variation. To eliminate it, find the setting under WooCommerce >> Settings >> Product >> Markup by Attribute
. You’ll want to set Variation Description Behavior
to [x] Do NOT add pricing information to the description field
.
But, that only changes the description when you reprice the product. For more immediate results, you can add the following to your theme’s Additional CSS.
#mbainfo {
display: none;
}
(Details are in the Markup-by-Attribute instructions).
Hope that helps.
Thank you so much! this plugin is great!