WebSite X5Help Center

 
Sinisa B.
Sinisa B.
User

ADD TO CART button - hover effect?  en

Autor: Sinisa B.
Visitado 955, Seguidores 1, Compartilhado 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!

Publicado em
2 RESPOSTAS - 1 ÚTIL - 1 CORRIGIR
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.

Ler mais
Publicado em de Aleksej H.
Sinisa B.
Sinisa B.
User
Autor

@Aleksej,

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

Ler mais
Publicado em de Sinisa B.