This topic has 4 replies, 3 voices, and was last updated 1 days, 2 hours ago ago by Luca Rossi
Hello,
is it possible to get a full add to cat button on hover?
no only icon…I mean full button to the bottom, check attached file…
thanks
Hello, @Massimiliano,
Thank you so much for purchasing our theme and contacting our support center.
Could you kindly provide the URL of the page where you would like the full “Add to Cart” button text to appear on hover (instead of just the icon)? Additionally, please share your website’s WordPress admin access in the private content area so that we can review your settings in detail and assist you more effectively.
We look forward to your response.
Best regards,
The 8Theme Team
on private are you have admin access…thanks
Hi @Massimiliano,
It’s not possible with the current design.
But you can achieve like our screenshot by adding this custom CSS codes:
.etheme-product-grid-item .footer-inner {
text-align: center;
}
.etheme-product-grid-item .footer-inner a.button {
grid-column: span 5;
border-radius: 0;
}
.etheme-product-grid-item .footer-inner a.xstore-wishlist {
grid-column-start: 2;
}
.etheme-product-grid-item .footer-inner a.xstore-compare {
grid-column-start: 3;
}
.etheme-product-grid-item .footer-inner span.show-quickly {
grid-column-start: 4;
}
Hope it helps!
You must be logged in to reply to this topic.Log in/Sign up