Jump to content

Removing hover effect from top cart block


Recommended Posts

blockcart.css

 

remove display:none; form:
 

#header .cart_block {
position: absolute;
top: 95px;
right: 0;
z-index: 100;
display: none;
height: auto;
background: #484848;
color: white;
width: 270px;
}

you can find it near line ~163

Link to comment
Share on other sites

  • 1 year later...

Hello. How can I disable it?

 

I am trying to disable the hover zoom options on product page because there is no need for this option at the moment.  How can I disable it?

 

I tried to disable "Enable JqZoom instead of Fancybox on the product page" , but nothing happend. the zoom is still there when clicking the expand button and hover zoom effect the same, still there.

 

Thank you.

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...