
Originally Posted by
Kim
You don't have to code for it - you can use the CSS ...
#PAGE_ID .breadCrumb { display: none;}
I'd like to use this method to position the breadcrumbs differently on my product info pages (to the left of the image) but can't seem to get the right page id. I've tried..
Code:
.productGeneralBody #navBreadCrumb{}
.productGeneral #navBreadCrumb{}
#productGeneralBody #navBreadCrumb{}
#productGeneral #navBreadCrumb{}
evidently I'm not hitting the nail on the head. Does anyone know the correct page id for the product pages, and also perhaps the category pages?