Hello. I want to delete the page number from a category (the category from the first page of website, with 4 products: http://86.104.138.53/floareata_/). It's possible? Thanks
try to add class to that category for eg.: <table id="productsInRow" cellspacing="0" class="categoryClass$iCategory"> and then create that class in templates/default.css with changed options for pages in that class for eg: .categoryClass .f{display:none;} not tested...
mad
2006-10-14 14:06
So, i paste <table id="productsInRow" cellspacing="0" class="categoryClass$iCategory"> in long description of category. In the default.css, after #category_content_panel h2, #content h2{margin-bottom:10px;}, i paste: .categoryClass .f{display:none;} No result, a dotted line in that category