-
AuthorPosts
-
July 10, 2014 at 2:45 pm #289515
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.
July 10, 2014 at 2:49 pm #289517Hi 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!
YigitJuly 10, 2014 at 3:16 pm #289537Solved .. thanks
July 10, 2014 at 3:27 pm #289545July 10, 2014 at 3:47 pm #289560I just realized that now do not work out prices for products with variations, as I make the prices look?

-
This reply was modified 11 years, 4 months ago by
Presumebox.
July 10, 2014 at 4:51 pm #289592Hi!
Immediately after the css Yigit gave you also add:
a.button.add_to_cart_button.product_type_variable { display: block !important; }Cheers!
DevinJuly 10, 2014 at 5:57 pm #289649hi;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; }July 11, 2014 at 4:38 am #289890Hey!
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,
IsmaelJuly 11, 2014 at 9:26 am #289950It 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?
July 11, 2014 at 1:26 pm #290042Hey!
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,
IsmaelJuly 11, 2014 at 1:40 pm #290059This reply has been marked as private.July 12, 2014 at 5:29 pm #290549There 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.
-
This reply was modified 11 years, 4 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.
