How to change woocommerce no price products style
-
How to change woocommerce no price products style
I need to Change the price style for only no price products and only in the single products page.
My problem is this code works for all product price in whole site like archive page, similar products below in single product page and more…
I write and use below code but not work only for single products page:
.hide-larger-price .price :not(.price) {
padding: 5px;
background-color: #1975ff;
color: white;
border-radius: 6px;
font-size: 17px;}I need a code work only for no price product and only in single product page. Not anywhere else…
Please see my attachments.
[1]: https://i.stack.imgur.com/s99pp.png
[2]: https://i.stack.imgur.com/uJM6S.png
[3]: https://i.stack.imgur.com/E8L0n.png
[4]: https://i.stack.imgur.com/j3571.png
Thank you so much.
- The topic ‘How to change woocommerce no price products style’ is closed to new replies.