Home Forums WoodMart support forum I want icons instead of text on mobile!

I want icons instead of text on mobile!

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #564047

    omarhamayel
    Participant

    Hi, suddenly when opening the website in mobile the product archive buttons have the text “Add to Cart” but I just want the icon, the text doesn’t fit, how to do this?

    #564157

    Hello,

    Can you please share the page URL I will check and give you a possible solution.

    Best Regards.

    #564402

    omarhamayel
    Participant

    website: https://beita.store/
    so here the add to cart button has text, and I couldn’t find an option to just show an icon at least in mobile, I can use custom CSS if that helps, either by your theme settings or using elementor.

    #564474

    Hello,

    Please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Custom CSS for mobile section:

    body .wd-add-btn-replace .add-to-cart-loop span {
        transform: translateY(-100%) translateZ(0);
    }
    body .wd-add-btn-replace .add-to-cart-loop:before {
        transition: none;
        transform: none;
    }

    Best Regards.

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