WebSite X5Help Center

 
Sinisa B.
Sinisa B.
User

ADD TO CART button - hover effect?  en

Author: Sinisa B.
Visited 956, Followers 1, Shared 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!

Posted on the
2 ANSWERS - 1 USEFUL - 1 CORRECT
Aleksej H.
Aleksej H.
Moderator

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.

Read more
Posted on the from Aleksej H.
Sinisa B.
Sinisa B.
User
Author

@Aleksej,

Thank you very much - you're a life saviour!;)

Read more
Posted on the from Sinisa B.