ADD TO CART button - hover effect?
Autore: Sinisa B.
Visite 1058,
Followers 1,
Condiviso 0
Hi all!
It's a shame that ADD TO CART button (in the catalog object) has no HOVER effect.
My question to you - dear webmasters - how to achieve the simple HOVER effect (i.e. border thickness change) with a little coding?
Thank you in advance for your effort!
Postato il
Hello.Add this to Advanced Settings - Statistics, SEO and Code - Code:
<style>
.imProductListButton:hover {
background-color: #000;
border: 2px solid #fc3;
}
</style>
More details can be found here.
Autore
@Aleksej,
Thank you very much - you're a life saviour!;)