CUSTOM CSS TO HIDE PRICES
-
Hello, i want the custom css to hide the price for quick view and the shopping cart. I found the css for the product grid and it worked fine btw.
Hello,
Can you please share some screenshots where you want to hide prices? Also, share the page url i will check and give you a custom css.
Best Regards.
The site is in maintenance mode at the moment. Please see the screenshots i want to hide the price of the product 0.00$ since i want to receive orders but without prices.
Attachments:
You must be
logged in to view attached files.
Please add this code to the Theme Settings > Custom CSS > Global:
.amount{
display:none!important;
}
Best Regards.