Hi
In the shopping cart icon in the navigation, when you hover over it you get a popup cart.
In this cart you get text at the top to say: “Recently added item(s)”
There is a grey background behind this text. I can’t seem to see where it is coming from in the CSS. I want to get rid of the grey – so its white.
When I use inspect element, I can do this:
.cart-popup-container .product_list_widget > p {
background-color: #fff;
}
And this gets rid of most of it, but still leaves a thick top border above the text in grey.
SCREENSHOT:
http://screencast.com/t/NjfNPnVwJ
Any ideas?