Archived topic
Disable effect hide button
3 replies · Started by Renan on July 13, 2019
Viewing posts 1–4 of 4
Hi There!
How can I don't hide the button when mouseover. The button is green called "Atendimento via Whatsapp"?
Hi there,
Can you try editing this CSS:
@media (min-width:769px) {
.main-navigation .main-nav ul li.nav-button a {
background-color: #13d622;
color: #000000;
line-height: 50px;
}
}
to this?
@media (min-width:769px) {
.main-navigation .main-nav ul li.nav-button a {
background-color: #13d622;
color: #000000;
line-height: 50px;
}
.main-navigation .main-nav ul li.nav-button a:hover {
background-color: #13d622 !important;
}
}
Let me know :)
Thanks a lot Leo! Support fantastic!
No problem :)
This archived topic is closed to new replies.