Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #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.

    #289517

    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

    #289537

    Solved .. thanks

    #289545

    Hey!

    You are welcome!

    Best regards,
    Yigit

    #289560

    I just realized that now do not work out prices for products with variations, as I make the prices look?

    • This reply was modified 9 years, 8 months ago by Presumebox.
    #289592

    Hi!

    Immediately after the css Yigit gave you also add:

    
    a.button.add_to_cart_button.product_type_variable {
    display: block !important;
    }
    

    Cheers!
    Devin

    #289649

    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;
    }
    #289890

    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

    #289950

    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?

    #290042

    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

    #290059
    This reply has been marked as private.
    #290549

    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.

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.