Home Forums WoodMart support forum Sticky Add to Cart Mobile

Sticky Add to Cart Mobile

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #559170

    nexoraretail
    Participant

    Hi, I wanted to Change the sticky add to cart Mobile layout a bit, I wanted the sticky add to cart to have rounded corners like a button and the quantity input button background should be white.

    Currently it looks like the First Image ( Image Number 1 attached below)

    and I want it to look like the second image ( Image Number 2 attached below)

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

    Hung Pham
    Keymaster

    Hi nexoraretail,

    Thanks for reaching to us and appreciate your patience.

    Do you want to apply these styles on mobile only? Please confirm me back.

    Regards,

    #559651

    nexoraretail
    Participant

    Yes I want this style for mobile only because on desktop current style is looking good. So only for mobile i need to change.

    #560467

    Hung Pham
    Keymaster

    Hi nexoraretail,

    Thanks for your patience.

    I kindly ask that you please provide me temporary wp-admin info (wp-admin URL, username, password) to the Private Content area, I will try to put Custom CSS by myself and let you know when it’s done.

    Regards,

    #560479

    nexoraretail
    Participant

    Sorry for this, but I don’t Feel safe to allow anyone to edit directly in the website.

    Please can you give me the custom css code here I will try it myself and will keep you Updated on whether it is Working or not.

    Please it is a kind request.

    #561438

    Hung Pham
    Keymaster

    Hi nexoraretail,

    Thanks for your patience.

    Please add below Custom CSS code to Theme Settings > Custom CSS > Custom CSS for mobile section:

    div.wd-sticky-btn{
    	background-color: #fff;
    	padding-block: 10px;
    	padding: 10px;
    	height: auto;
    }
    
    div.wd-quantity-overlap div.quantity{
    	position: relative;
    }
    
    div.wd-sticky-btn :is(.single_add_to_cart_button,.wd-sticky-add-to-cart){
    	width: 75%;
    }
    
    div.wd-quantity-overlap div.quantity:not(.hidden)+.single_add_to_cart_button {
        padding-inline-start: 0;
    }
    
    html div.wd-sticky-btn.wd-quantity-overlap div.quantity input[type] {
        background: transparent;
    }
    
    .wd-sticky-btn.wd-quantity-overlap div.quantity input[type]{
    	color: #000;
    	padding: 0 5px;
    	min-width: 25px;
    	min-height: unset;
    	height: 42px;
    	border: var(--wd-form-brd-width) solid var(--wd-form-brd-color);
      box-shadow: none;	
    }

    Regards,

    #561484

    nexoraretail
    Participant

    Hi,
    Thank you so much for responding

    i added the css code and it worked but i wanted rounded corners for the sticky add to cart button please modify the code for rounded corners

    I modified the code by myself for rounded corners but only quantity input button has got rounded corners not the add to cart button

    for your reference i have written the code below and also attached the image

    div.wd-sticky-btn{
    background-color: #fff;
    padding-block: 10px;
    padding: 10px;
    height: auto;
    border-radius: 8px;
    }

    div.wd-quantity-overlap div.quantity{
    position: relative;
    }

    div.wd-sticky-btn :is(.single_add_to_cart_button,.wd-sticky-add-to-cart){
    width: 75%;
    border-radius: 8px;
    }

    div.wd-quantity-overlap div.quantity:not(.hidden)+.single_add_to_cart_button {
    padding-inline-start: 0;
    }

    html div.wd-sticky-btn.wd-quantity-overlap div.quantity input[type] {
    background: transparent;
    }

    .wd-sticky-btn.wd-quantity-overlap div.quantity input[type]{
    color: #000;
    padding: 0 5px;
    min-width: 25px;
    min-height: unset;
    height: 42px;
    border: var(–wd-form-brd-width) solid var(–wd-form-brd-color);
    box-shadow: none;
    border-radius: 8px;
    }

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

    Hung Pham
    Keymaster

    Hi nexoraretail,

    Thanks for your patience.

    Please add below Custom CSS code to Theme Settings > Custom CSS > Custom CSS for mobile section:

    div.wd-sticky-btn :is(.single_add_to_cart_button,.wd-sticky-add-to-cart) {
    	border-radius: 5px !important;
    }

    Regards,

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