Home Forums WoodMart support forum Amount button

Amount button

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #213276

    Osmander
    Participant

    How can I change the amount button’s size in single product content?

    Regards, osmander

    #213317

    Hello,

    Your question is not clear enough. Please provide the screen of what you mean. Which buttons do you mean?

    Best Regards

    #213327

    Osmander
    Participant

    Hi,

    button to add more products.

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

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    div.quantity input[type=button] {
        padding: 0 5px;
        min-width: 25px;
        height: 42px;
    }
    div.quantity input[type=number] {
        width: 30px;
        height: 42px;
    }

    Please change the values as per your needs.

    Best Regards

    #213553

    Osmander
    Participant

    Thank you

    Is it necessary to create a child theme before implementing this?

    #213565

    Osmander
    Participant

    In addition can you give me the css code how can I use to change the sticky cart background height. Now it falls short of the height when I changed the size of the button.

    Thank you

    #213575

    Hello,

    You need to add this code in the Theme Settings > Custom CSS > Global and code would be added to the theme you use: if you use the parent theme it would be in the parent if you run the child.

    Please provide your site URL I will check what you mean and provide CSS if it is possible to change with CSS.

    Best Regards

    #213584

    Osmander
    Participant

    Indeed, the focus is on the problem in the mobile browser. I attached a picture.

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

    Hello,

    Please explain the problem in more detail, how I can reproduce it, provide site admin access to the private area.

    Best Regards

    #214204

    Osmander
    Participant

    Hello,

    I mean Sticky add to cart option on mobile. I attached image about that setting. Do you need admin access or should I set myself some CSS code to fix that background problem?

    Thank you

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

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .woodmart-sticky-btn-shown.woodmart-sticky-btn {
        background: red;
    }

    Please set your color to change the background.

    Best Regards

    #214301

    Osmander
    Participant

    Oh sorry, you got the wrong idea. My mistake. I attached photo again about the sticky bar problem. Sticky cart bar’s “backround” which is in same time the -add to cart- button doesn’t fill full height together with the button to add more products. This problem is with just mobile version. I set -button to add more products- bigger with your instructions and after that this problem happens.

    Thank you

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

    Hello,

    Please provide the site admin access to the private area.

    Best Regards

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