Answer the question
In order to leave comments, you need to log in
Remove price display in WooCommerce widget?
Hello!
There was a need to remove the price from the WooCommerce widgets (area 1 on the image)
But so that the price was not removed from the widget in area 2 on the image.
Tried to remove with styles.
style>
.woocommerce-price-amount {
visivility: hidden;
}
The price is removed in all areas.
Please advise how this problem could be solved.
Thank you all for participating!
Answer the question
In order to leave comments, you need to log in
Look at the sidebar selector and add it to the css
.sidebar-selector .woocommerce-Price-amount {
visivility: hidden;
}
Alex Vasilyev , thank you very much.
Inserted the following in the styles:
.widget_products .woocommerce-Price-amount {
visibility: hidden
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question