Home Forums WoodMart support forum I want a dji store ATC button style Reply To: I want a dji store ATC button style

#400187

Luke Nielsen
Keymaster

Hello,

1. In order to hide the default “add to cart” button, please enter the below code into the “Global Custom CSS” area that is in Theme Settings -> Custom CSS.

.single-product .summary-inner .cart {
    display: none;
}

2. The “Sticky add to cart” functionality can be activated via Theme Settings -> Single product -> Add to cart options -> turn on the “Sticky add to cart” option.

https://prnt.sc/jhy2WmEflnrp

If there’s anything else we can do, please get in touch.

Kind Regards

  • This reply was modified 2 years, 3 months ago by Luke Nielsen.