Home Forums WoodMart support forum How to stop the “Add to cart button” text from changing to an icon?

How to stop the “Add to cart button” text from changing to an icon?

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

    zhufan122881
    Participant

    Hello
    How to prevent the text of the “Add to cart button” from turning into an icon when the mouse is hovering?
    As shown in the picture.
    Thank you!

    • This topic was modified 10 months, 2 weeks ago by zhufan122881.
    Attachments:
    You must be logged in to view attached files.
    #597300

    Hung Pham
    Keymaster

    Hi zhufan122881,

    Thanks for reaching to us.

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

    .wd-product.wd-hover-fw-button div.wd-add-btn>a:hover {
    	background-color: #333;
    }
    
    .wd-add-btn-replace a.add-to-cart-loop:hover:before,
    .wd-add-btn-replace a.add-to-cart-loop:hover span{
    	transform: none;
    }
    
    .wd-add-btn-replace a.add-to-cart-loop:before{
    	font-size: 0;
    }

    Regards,

    #597373

    zhufan122881
    Participant

    THANK YOU !

    #597455

    Hung Pham
    Keymaster

    Hi zhufan122881,

    Glad to hear your issue has been resolved. Keep us in mind for future questions and concerns, we’re always here to help!

    If you have a quick minute we always appreciate a 5-star rating on our theme!

    https://themeforest.net/item/woodmart-woocommerce-wordpress-theme/reviews/20264492

    Your feedback is the motivation to improve our work and services.

    Regards,

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