Home Forums WoodMart support forum how to small icon shop

how to small icon shop

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #294765

    asafh89
    Participant

    how i small that icon i mark in mobile

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

    Hello,

    Please provide your site admin access to the private area. I will provide the custom CSS for the shopping cart icon.

    Best Regards

    #294823

    asafh89
    Participant

    thanks

    #294947

    Hello,

    Please provide the site URL login.

    Best Regards

    #295061

    asafh89
    Participant

    fine

    #295108

    Hello,

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

    body .wd-add-btn {
        display: none;
    }

    Best Regards

    #295141

    asafh89
    Participant

    I want to delete the Icon Shop only on mobile .. If not possible then I want to reduce the icon on Mobile

    #295371

    Hello,

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

    body .wd-add-btn-replace .add-to-cart-loop:before {
    	display:none;
    }

    Best Regards

    #295404

    asafh89
    Participant

    thanks, but its still not working good

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

    asafh89
    Participant

    //////

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

    Hello,

    Please clarify what help you need? I have provided the code to remove the icon, the button is without the icon as you wish.

    Best Regards

    #295688

    asafh89
    Participant

    I want to delete the store icon and the red square only on mobile

    #295698

    asafh89
    Participant

    the button also i want to delete,
    so i want to delete the button that include the shop icon and the red square only in mobile

    #295761

    Hello,

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

    body .wd-add-btn {
        display: none;
    }

    Best Regards

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