Topic: How do I hide the basket listings under the Site name?
Topic type:
Some sites find the basket list unnecessary. You can use a CSS rule in your theme to hide the display of the list. This topic describes how.
Adding the following CSS rule to your theme will hide the basket list from any page where that theme is in effect:
#basket-list {
display: none;
}
It's recommended that this should go in a file called header.css within your theme's stylesheets folder.
was the last to edit How do I hide the basket listings under the Site name?
on Sep 26th, 2011 at 10:35 AM
created How do I hide the basket listings under the Site name?
on Nov 3rd, 2009 at 4:58 PM