Jump to content

(Solved) Opacity In Product List View Being Set In Javascript?


Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...