- Posts: 17
- Thank you received: 2
×
WooPrice Calculator PRO
[SOLVED] Hide Price under Product
- Rob Haddix
-
- Offline
Less
More
3 years 11 months ago #136
by Rob Haddix
Rob Haddix replied the topic: [SOLVED] Hide Price under Product
Just in case that CSS code didn't work as expected this is what worked for me
.your-class {
display: none !important;
};
.your-class {
display: none !important;
};
Please Log in or Create an account to join the conversation.
- Anne Neuhaus
-
Topic Author
- Offline
Less
More
- Posts: 17
- Thank you received: 1
4 years 1 month ago #11
by Anne Neuhaus
Anne Neuhaus replied the topic: [SOLVED] Hide Price under Product
You were right, Simone.
It is something of woocommerce.
I solved the problem with the code with this guy:
businessbloomer.com/woocommerce-hide-pri...shop-category-pages/
It is something of woocommerce.
I solved the problem with the code with this guy:
businessbloomer.com/woocommerce-hide-pri...shop-category-pages/
Please Log in or Create an account to join the conversation.
- Simone
-
4 years 1 month ago - 4 years 1 month ago #8
by Simone
Simone replied the topic: [SOLVED] Hide Price under Product
Hi Anne,
it seems to be something of WooCoommerce then WooPrice Calculator.
By the way if there is no option in WooCommerce to hide the price you can do it with a bit of CSS.
I attach a quickly example. Basically, check the class near the price and add your class.
Regards,
Simone
it seems to be something of WooCoommerce then WooPrice Calculator.
By the way if there is no option in WooCommerce to hide the price you can do it with a bit of CSS.
I attach a quickly example. Basically, check the class near the price and add your class.
.your-class {
display: none;
}
Regards,
Simone
Last Edit: 4 years 1 month ago by Simone.
Please Log in or Create an account to join the conversation.
- Anne Neuhaus
-
Topic Author
- Offline
Less
More
- Posts: 17
- Thank you received: 1
4 years 1 month ago #7
by Anne Neuhaus
Anne Neuhaus created the topic: [SOLVED] Hide Price under Product
Hi Guys!
Can someone tell me how to hide the price under the products?
(Please see photo attached)
Many Thanks!
Anne
Can someone tell me how to hide the price under the products?
(Please see photo attached)
Many Thanks!
Anne
Please Log in or Create an account to join the conversation.
Moderators: Simone, david
Time to create page: 0.150 seconds