Ok, I've managed to 'hide' the breadcrumbs on certain pages by using the following code in my stylesheet...
(Obviously the code above changes depending on the page in questions)Code:#advancedsearchBody #navBreadCrumb { display:none; }
At the moment I'm trying to 'hide' the breadcrubs on my main page. I have acomplished this by using the following code.
(I 'think' that's the right code)Code:#indexBody #navBreadCrumb { display:none; }
While this does the job it also 'hides' the breadcrumbs on my category pages! Since my shop contains a few in-depth categories this causes me some problems.
So my question... Is there a way to hide the breadcrumbs on the main page, but still allow them to show on category pages?



Reply With Quote





Bookmarks