mouse over in prod. details page, esport effect, how to dis.

GK User
Thu Jul 19, 2012 2:08 pm
hi there

i would like to remove the mouse over, that is only visible when being within the detailed product page

see image: it's shis shadow like box. if possible i would like have the same mouse over effect (1 pixeled red box) as the front page NSP, to be seen here:
http://test.galaspecialist.nl/

having difficulties in tracking the exact css here...
User avatar
Platinum Boarder

GK User
Fri Jul 20, 2012 8:22 am
Remove following lines from your override.css file

Code: Select all
.nspvm .nspArt > div:hover {
    border-color: #992F25 !important;
    border-left: 1px solid #992F25 !important;
}
.product:hover {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}


Add following css code

Code: Select all
.nspvm .nspArt > div:hover {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4)!important;
}


See you around...
User avatar
Platinum Boarder


cron