
07-19-2012, 02:09 PM
|
 |
Senior Member
|
|
Join Date: Jan 2011
Location: Ecwid headquarters
Posts: 7,765
|
|
Quote:
Originally Posted by Roy Aurelien
The article you direct 'heathwdesign' is very vague to say the least where do you paste? and does it require you to delete any CSS to disable it. Please can you help as I have just signed up and would love use this product. The instruction give but where install it?
Kind Regards
Disable all payment and shipping methods.
Make sure you don't have the mini cart widget installed. If you do, you need to remove it.
Hide the "Add to Cart" buttons and the "Qty" fields using this CSS code:
td.ecwid-productBrowser-productsTable-buy,
div.ecwid-AddToBagButton,
div.ecwid-productBrowser-details-qtyPanel {
display:none;
}
Then hide the "Sign in" link: How to remove "Sign In" link
|
Quote:
where do you paste? and does it require you to delete any CSS to disable it.
|
All the suggested CSS rules are to be added to the end of your currently active CSS theme at Ecwid control panel → System Settings → Design → CSS Themes. Nothing has to be deleted to hide elements - the customization with CSS works by adding more rules, not by deleting something previously existed.
|