Torbz Posted August 11, 2011 Share Posted August 11, 2011 I have a mysterious injection of an opacity value (0.7) being injected on to all UL elements for my product list view. <ul id="product_list" class="clear" style="opacity: 0.7;"> I cannot track down what is squirting that in there - and I can't over-ride it with CSS. Can anyone offer some insight into what is dictating this opacity and how to delete/change the value? PS v.1.4.4 SOLVED: It was javascript in MODULES > BLOCKLAYERED > blocklayered.js $('#product_list').css('opacity', '0.7'); Changed it to : 1 Problem gone... Thanks, Torbz x Link to comment Share on other sites More sharing options...
Torbz Posted August 11, 2011 Author Share Posted August 11, 2011 Solved - see post above Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now