Home Forums WoodMart support forum Sticky add to cart

Sticky add to cart

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #364951

    Hausbasket
    Participant

    I used the plugin “Woocommerce Buy Now” for add buy now button on the product page and works well but this button also shows on the sticky add to cart. I want to remove this BUY NOW button from the sticky add to cart and also reduce the size of add to cart button size in the desktop view sticky add to cart.

    #364952

    Hausbasket
    Participant

    https://wondergadget.in/product/back-pain-reliever/

    The above link shows the error in the product page sticky add to cart view.

    Attachments:
    You must be logged in to view attached files.
    #365078

    Bogdan Donovan
    Keymaster

    Hello,

    Please, provide us with your admin access so we can log in and check this on your side.

    Thank you in advance.

    #365625

    Hausbasket
    Participant

    Now I deactivate sticky add to cart in both views (Desktop, Mobile). Please activate the sticky add to cart button and see the error.

    #365896

    Bogdan Donovan
    Keymaster

    Hi,

    Try to add the following code snippet to the Global Custom CSS area in Theme Settings to fix this issue.

    body .wd-sticky-btn-cart .wsb-button {
    	display: none;
    }
    
    body .wd-sticky-btn-cart .quantity {
    	margin-right: 15px;
    }
    
    @media (min-width: 768px) {
    	body .wd-sticky-btn-cart .single_add_to_cart_button {
    		width: auto;
    	}
    }

    Kind Regards

Viewing 5 posts - 1 through 5 (of 5 total)