Home Forums WoodMart support forum Add cart on mobile

Add cart on mobile

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #278005

    steph_invent
    Participant

    Hello,

    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
    Regards

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

    Hello,

    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

    #278069

    steph_invent
    Participant

    Hello

    You need to click on the black button: personnaliser using a mobile device.

    Thank you

    Regards

    #278225

    Hello,

    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

    #278294

    steph_invent
    Participant

    Hello

    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
    Regards

    #278331

    Hello,

    Try this code:

    body .mkl-pc-show-form{
    font-size:50px;
    color:green;
    }

    Best Regards

    #278446

    steph_invent
    Participant

    Hello

    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
    Regards

    #278502

    Hello,

    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

    #278518

    steph_invent
    Participant

    Hello

    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

    #278647

    Hello,

    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

    #281457

    steph_invent
    Participant

    Hello,

    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
    regards

    #281561

    Hello,

    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

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