Home › Forums › WoodMart support forum › Add cart on mobile
Add cart on mobile
- This topic has 11 replies, 2 voices, and was last updated 3 years, 8 months ago by Elise Noromit.
-
AuthorPosts
-
March 31, 2021 at 8:37 pm #278005
steph_inventParticipantHello,
I am wondering how to change the add to cart button on the mobile version, as you can see in the screenshot the cart button is too small and would like to change the icon or the dimensions
Thank you
RegardsAttachments:
You must be logged in to view attached files.March 31, 2021 at 9:33 pm #278034
Elise NoromitMemberHello,
How do you want to change your add-to-cart button? What device do you use and what browser?
Here is how I see your page: https://gyazo.com/28fd07aeaf9f8d58e2178f4b5c4999f8
Best Regards
March 31, 2021 at 10:45 pm #278069
steph_inventParticipantHello
You need to click on the black button: personnaliser using a mobile device.
Thank you
Regards
April 1, 2021 at 12:46 pm #278225
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Mobile:
body .mkl-pc-show-form{ font-size:50px; }
Change the size as per your needs.
Best Regards
April 1, 2021 at 7:16 pm #278294
steph_inventParticipantHello
Thank you for your reply.
I have tried to change too its color by adding background-color: green; but it did not work, do you know why please?
Morever, if I want to change the icon into something else, do you think that it is possible too?
Thank you
RegardsApril 1, 2021 at 10:54 pm #278331
Elise NoromitMemberHello,
Try this code:
body .mkl-pc-show-form{ font-size:50px; color:green; }
Best Regards
April 2, 2021 at 12:14 pm #278446
steph_inventParticipantHello
Thank you
No it did not work, do you know please if it is possible to replace it with something else?
The good new is that your them is compatible with the plugin 😉
Thank you
RegardsApril 2, 2021 at 8:14 pm #278502
Elise NoromitMemberHello,
Sorry, this is an SVG image, not the text icon.
You will need to change the color in this image. It is not possible to change the color with the CSS, unfortunately.
Best Regards
April 2, 2021 at 9:03 pm #278518
steph_inventParticipantHello
Thank you
Do you know how can I can to change it by another image? I am not quite familair with SVG images
thank you
regards
April 3, 2021 at 2:58 pm #278647
Elise NoromitMemberHello,
Please find a designer who would help you with the SVG, such a case is beyond our support. Try to contact the plugin support to which this icon relates.
Best Regards
April 10, 2021 at 10:57 pm #281457
steph_inventParticipantHello,
Thank you for your reply.
I have contacted the plugin support and they gave me the code that you can see in private. I am wondering if there is somewhere special in the theme where I can inject it.
Thank you
regardsApril 11, 2021 at 10:31 am #281561
Elise NoromitMemberHello,
Please add this code to the functions.php of the child theme and check.
If you have any questions please feel free to contact us.
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register