Viewing 6 posts - 1 through 6 (of 6 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

    #1471583

    I tried before and didn’t worlk.
    Now it’s ok thank you very much

    #1471589

    Hi,
    Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘add_to_cart and cart icons’ is closed to new replies.