Home Forums WoodMart support forum Stop transition on buttom hover

Stop transition on buttom hover

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #530159

    av_admin_1984
    Participant

    Hello

    I want to remove the transition on hover of the button, but I want to have the text label visible and remove the basket Icon

    image 1 is where I want to be, image 2 want to remove

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

    Hung Pham
    Keymaster

    Hi av_admin_1984,

    Thanks for reaching to us,

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

    .wd-product-footer .wd-add-btn-replace .add-to-cart-loop:hover:before,
    .wd-product-footer .wd-add-btn-replace .add-to-cart-loop:hover span{
        transform: none;
    }
    
    .wd-product.wd-hover-buttons-on-hover .wd-product-footer .wd-add-btn>a:hover {
        background-color: var(--btn-accented-bgcolor);
    }
    
    .wd-product-footer .wd-add-btn-replace .add-to-cart-loop:before{
    	display: none;
    }

    Regards,

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

The topic ‘Stop transition on buttom hover’ is closed to new replies.