in Joomla Templates by designery (120 points)
Hello

It is impossible for me to fix this :

If I add a product in the shopping cart I can either add and refresh or delete the product. However the icons jump and a red spot is shown when you select them. Maybe ridiculously simple to adjust this, but really can't find it. Hopefully someone can help me ...

www.larteljee.be/index.php/winkelwagentje/cart

1 Answer

by sarah (15.2k points)
Try to use the following custom css at TemplateToaster -> General -> Css

.vm2-add_quantity_cart:hover, .vm2-remove_from_cart:hover{
background: url("http://www.larteljee.be/components/com_virtuemart/assets/images/vm2-sprite.png") no-repeat scroll left top hsla(0, 0%, 0%, 0);
}

.vm2-add_quantity_cart:hover, .vm2-remove_from_cart:hover {
box-shadow: 0 0 0;
}
.vm2-add_quantity_cart:hover {
background-position: 0 0;
border: 0 none;
cursor: pointer;
height: 24px;
width: 24px;
}

.vm2-remove_from_cart:hover {
background-position: 0 -212px;
border: 0 none;
cursor: pointer;
display: inline-block;
height: 24px;
vertical-align: middle;
width: 24px;
}
Interested in localizing/Translating TemplateToaster Software in your native language in exchange of a Pro License ? Contact Us
...