Hi there;
The upgrade has changed the presentation of product category, now I see a horizontal bar “add to cart” and another line just below “add to cart” + “show details” I would like to remove the top bar.
As I do, thanks.
Hi Carlos!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
a.button.add_to_cart_button:nth-child(2) {
display: none!important;
}
Cheers!
Yigit
Solved .. thanks
I just realized that now do not work out prices for products with variations, as I make the prices look?
Hi!
Immediately after the css Yigit gave you also add:
a.button.add_to_cart_button.product_type_variable {
display: block !important;
}
Cheers!
Devin
hi;I’ve included the code below as I indicated, but does not work, okay well?
a.button.add_to_cart_button:nth-child(2) {
display: none!important;{
a.button.add_to_cart_button.product_type_variable {
display: block !important;
}
Hey!
Thank you for the update.
Please use this:
a.button.add_to_cart_button:nth-child(2) {
display: none!important;
}
a.button.add_to_cart_button.product_type_variable {
display: block !important;
}
Regards,
Ismael
It is a product and price variables do not appear, I need to see prices
Do not look good on the foot of the product buttons “add to cart” and “show details” can be removed the veil?
Hey!
Thank you for the screenshot.
Where can we find these products? I just don’t see it anywhere on the site. Please post the actual page url here. Add this on Quick CSS or custom.css to maximize the opacity of the shop buttons:
.avia_cart_buttons {
opacity: 1;
}
Regards,
Ismael
There is nothing else we can make show there. The source for each variable product doesn’t show any other information about price for variable products.