
08-06-2014, 08:12 AM
|
 |
Ecwid Team
|
|
Join Date: Mar 2014
Posts: 1,512
|
|
Quote:
Originally Posted by john mccarthy
Hi
I have completed the steps above and I now need to remove the prices of the products. How do I do that?
John
|
Hello,
Sorry for a long reply.
If you would like to hide product prices in your store you should paste this code in your custom CSS theme in Ecwid Control Panel > Settings > Design:
Code:
div.ecwid-productBrowser-price {
display:none;
}
I have just inspected your store and noticed that you had already done it.
__________________
Sergey G., Ecwid Team
------------------
Welcome to our Help Center with a lot of answers and tips!
|