Topic: How can I hide the "more..." link in the basket list in the header?

Topic type:

A guide to what CSS to add to your theme to hide this link.

Enhancement implemented in Ticket #293

----

Add this CSS rule to a header.css file in your theme's stylesheets folder:

/* hide the more... link in the header */
#basket-list li.more-baskets {
    display: none;
}

Discuss This Topic

There are 0 comments in this discussion.

join this discussion

Creative Commons Attribution-Share Alike 3.0 New Zealand License
How can I hide the "more..." link in the basket list in the header? by Walter McGinnis is licensed under a Creative Commons Attribution-Share Alike 3.0 New Zealand License