Home Forums WoodMart support forum Adjusting sticky add to cart Reply To: Adjusting sticky add to cart

#316906

Hello,

You are Most Welcome. To Remove the background please try adding the following Custom CSS with the previous Custom CSS in the Custom CSS for Mobile area.

.wd-sticky-btn div.quantity input[type="button"]{
    background-color: transparent;
}

Best Regards