My customers believe that having to hover over the items to see the add to cart button hurts sales. How difficult would it be switch to a more traditional page where the add to cart button is visible without hovering over the item?
Thanks,
Tina
My customers believe that having to hover over the items to see the add to cart button hurts sales. How difficult would it be switch to a more traditional page where the add to cart button is visible without hovering over the item?
Thanks,
Tina
Hi Tina,
<<See Dude's Code below>>
Regards,
Devin
One of the other Themeforest developers has added a switch so we can choose between the hover method and a more traditional add to cart button. Not sure what prompted it but it is helpful in cases like this.
Thanks,
Tina
Hey!
You can use following code to display the "add to cart" buttons permanently - add it to css/custom.css:
.avia_cart_buttons {
opacity: 1 !important;
visibility: visible !important;
}
div .products .product {
margin-bottom: 85px !important;
}
Best regards,
Peter
Hi there,
I also use the Replete theme. I would like to disable the product image hover effect and have the 'add to cart' and 'show details' buttons always visible. I tried the custom CSS you posted but it did not work. Could you please verify it is correct?
Hey!
Please add the code into the quick css field an post a link to your shop page - I'll check why it doesn't work.
Best regards,
Peter
I got it to work, thank you.
Glad Peter could help :)
Let us know if you have any other questions or issues.
Regards,
Devin
This topic has been closed to new replies.