Home Forums Basel support forum Featured Products Buy Now Button Reply To: Featured Products Buy Now Button

#1304

Artem Temos
Keymaster

Hello there,

Thank you for contacting our support. You site looks very nice!

Here is a small custom CSS code that will fix this issue. Add it into Theme Settings -> Custom CSS section


.basel-hover-alt .btn-add>a {
padding-left:0;
}
.basel-hover-alt:hover .wrapp-swap .swap-elements {
    transform: translateY(0);
     -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -sand-transform: translateY(0);
}

Regards