Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1471552

    Hi, in my https://www.ilredelweb.it/trackwizard/prodotto/trackwizard/ (and in all other future products)
    I would like to hide the button add_to_cart and icon cart in top right, would it be possibile?
    Thanks a lot, Gianluca

    #1471568

    Hey Gianluca,

    Please try the following in Quick CSS under Enfold->General Styling:

    button.single_add_to_cart_button, .single-product ul.cart_dropdown {
      display: none;
    }

    Best regards,
    Rikard

    #1471572

    I did it but nothing changes.
    I also add !important; but no changes

    #1471578

    Hi,

    Please try this instead:

    button.single_add_to_cart_button, .single-product ul.cart_dropdown {
      display: none !important;
    }

    Best regards,
    Rikard

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