Hi, I can't work out how to remove the background image which is showing up in my minicart, you can see what I mean by going to:
http://www.mrdtrading.co.uk/store/home.php?shopkey=martin
and adding an item to the cart, then clicking on the cart drop down button.
I can't work out where some of the templates are which make the Ajax minicart, some of the code, such as:
<div class="minicart-box" style="display: block; left: 12px;">
I can't find in the templates that I've been able to find in Webmaster Mode. (I want to see where the inline styles are, and preferably remove them and put the styles in the CSS files where I presume they should be).
I am not au fait with Javascript, but I can see that ajax.minicart.js calls some classes, but I can't find the class 'cart-items', even though it appears in the HTML, as
<ul class="cart-items">
At least, Firebug doesn't display anything for it, just its ancestor styles. Have Qualiteam been putting in non-existent class names as a kind of 'comment' to show what the ul is for?
Any suggestions would be much appreciated. I'm sure it's easy but I just can't work out where some of the templates are.