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.

Discuss This Topic

There are 0 comments in this discussion.

join this discussion

Creative Commons Attribution-Share Alike 3.0 New Zealand License
How do I hide the basket listings under the Site name? by Walter McGinnis is licensed under a Creative Commons Attribution-Share Alike 3.0 New Zealand License