December 18, 2017 at 7:27 am
Hi,
I’ve been using Woocommerce and the ‘Woocommerce Catalog Enquiry’ plugin for while but after the last updates the Catalog plugin is no longer hiding the price on the product page.
I searched here but the only thread I could find about this plugin was from a few years back. The plugin support pages list this issue as being theme related but I’ve tried it with Twenty Eleven and the price is still showing. All themes and plugins are updated.
So I’m trying to hide the price via CSS but the changes I add to Theme options > Advanced Settings appear to be overridden by the original parent theme style sheet?
Using the Inspect element option in Chrome my CSS changes are listed but crossed out in favour of those coming from virtue_premium/assets/css/virtue.css
I’m changing this element:
.single_variation_wrap {
display: block!important;
height: auto!important;
overflow: visible!important;
}
to
.single_variation_wrap {
display: block!important;
height: 0px;
overflow: hidden;
}
I realise this is probably a horrible way to achieve the end result but I’m hoping it is just a workaround until the plugin/theme combo starts working again with future updates.
Any help is much appreciated.
Many thanks
Steve