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;
}
was the last to edit How can I hide the "more..." link in the basket list in the header?
on Oct 11th, 2010 at 5:16 PM
created How can I hide the "more..." link in the basket list in the header?
on Oct 11th, 2010 at 4:59 PM