
09-13-2012, 08:32 AM
|
 |
Senior Member
|
|
Join Date: Feb 2012
Posts: 2,071
|
|
To hide the product names, SKUs and prices on the category pages, please add the following rule to the end of your CSS theme (Ecwid control panel -> System Settings -> Design -> CSS Themes):
Code:
div.ecwid-productBrowser-productsGrid-productBottomFragment div.ecwid-productBrowser-sku,
div.ecwid-productBrowser-productsGrid-productBottomFragment div.ecwid-productBrowser-productNameLink,
div.ecwid-productBrowser-productsGrid-productBottomFragment div.ecwid-productBrowser-price {
display: none;
}
Click "Save (Ctrl+S)".
|