Quote:
Originally Posted by Phytacol Ltd
I have disabled the nav arrows but they still appear in Firefox but not in IE and Chrome. What do I need to do?
The URL is www.phytacol.com/testsite
Thanks
|
In the rule that precedes the rule hiding the arrows in your Ecwid custom CSS theme, there is such code:
Code:
div.ecwid-minicart {
background-image:url(http://d3lsmbh0k6qtyk.cloudfront.net/gz/12.0-17014/[(base_url)]assets/images/minicart.png');
}
This code is treated as invalid by Firefox, most probably because of the part I highlighted in bold above, and the rest of the CSS code (which is the rule to hide arrows) is not parsed by Firefox and does not apply to the site. Please, correct the rule above, then the arrows hiding rule will work too.