• Resolved perrytaliercio

    (@perrytaliercio)


    Hi. E-commerce is not active yet on my site and for now I testing your ecommerce-WD plugin in free version. My question: is there the possibility to hide the cart button from all products?
    Thanks and compliments for your work.
    Perry

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    Please be informed that there is no default option to hide the cart button. However, you can achieve the needed result if you apply the code below to

    Appearance ? Customize ? Additional CSS.

    .wd_shop_btn_add_to_cart { 
    display:none !important; }

    Thank you and have a nice day!

    Thread Starter perrytaliercio

    (@perrytaliercio)

    Hi.
    Thanks for your answer. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hide cart button’ is closed to new replies.