Jump to content

how to change the grey colour for products..


Recommended Posts

can you share url to your website?

you probably followed guide to create hover with overlay, right?

 

if so, in css styles you had to paste code

there is a code like:
 

#product_list .poverlay {
top:0px;
left:0px;
position:absolute;
display:block;
width:100%;
height:100%;
visibility:hidden;
z-index:2;
background:rgba(0,0,0,0.7);
}

remove background param.

Link to comment
Share on other sites

×
×
  • Create New...