A
A
Alexey Alexey2018-11-23 16:23:44
WooCommerce
Alexey Alexey, 2018-11-23 16:23:44

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.
5bf7fde116d8a564993650.jpeg
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

2 answer(s)
A
Alex Vasilyev, 2018-11-23
@av-nexter

Look at the sidebar selector and add it to the css

.sidebar-selector .woocommerce-Price-amount {
visivility: hidden;
}

A
Alexey Alexey, 2018-11-26
@alexey211191

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 question

Ask a Question

731 491 924 answers to any question