Home › Forums › WoodMart support forum › Amount button
Amount button
- This topic has 12 replies, 2 voices, and was last updated 4 years, 4 months ago by Elise Noromit.
-
AuthorPosts
-
July 22, 2020 at 4:36 pm #213276
OsmanderParticipantHow can I change the amount button’s size in single product content?
Regards, osmander
July 22, 2020 at 10:33 pm #213317
Elise NoromitMemberHello,
Your question is not clear enough. Please provide the screen of what you mean. Which buttons do you mean?
Best Regards
July 22, 2020 at 10:59 pm #213327
OsmanderParticipantJuly 23, 2020 at 9:00 am #213418
Elise NoromitMemberHello,
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
July 23, 2020 at 2:21 pm #213553
OsmanderParticipantThank you
Is it necessary to create a child theme before implementing this?
July 23, 2020 at 2:52 pm #213565
OsmanderParticipantIn 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
July 23, 2020 at 3:05 pm #213575
Elise NoromitMemberHello,
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
July 23, 2020 at 3:20 pm #213584
OsmanderParticipantIndeed, the focus is on the problem in the mobile browser. I attached a picture.
Attachments:
You must be logged in to view attached files.July 23, 2020 at 8:37 pm #213631
Elise NoromitMemberHello,
Please explain the problem in more detail, how I can reproduce it, provide site admin access to the private area.
Best Regards
July 25, 2020 at 6:42 pm #214204
OsmanderParticipantHello,
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.July 26, 2020 at 9:34 am #214259
Elise NoromitMemberHello,
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
July 26, 2020 at 12:22 pm #214301
OsmanderParticipantOh 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.July 27, 2020 at 7:00 am #214423
Elise NoromitMemberHello,
Please provide the site admin access to the private area.
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register