Home Forums WoodMart support forum Fix the shopping cart icon on the product compare page

Fix the shopping cart icon on the product compare page

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

    kruajeng
    Participant

    https://xtemos.com/forums/topic/shopping-cart-spins-in-a-circle-when-i-try-to-place-an-order/

    I want to help fix the shopping cart icon on the product compare page to be the same as this link.

    #649350

    kruajeng
    Participant

    This Image

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

    Hung Pham
    Keymaster

    Hi kruajeng,

    Thanks for reaching to us.

    Please use below Custom CSS:

    button.single_add_to_cart_button,
    .wd-compare-table a.add_to_cart_button{
        font-size: 0;
    }
    
    button.single_add_to_cart_button:before,
    .wd-compare-table a.add_to_cart_button:before{
        transform: translateY(0);
        opacity: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 400;
        font-size: 20px;
        transition: opacity .15sease, transform .25sease;
        content: "\f123";
        font-family: "woodmart-font";
    }
    
    button.single_add_to_cart_button.loading:before,
    .wd-compare-table a.add_to_cart_button.loading:before{
        opacity: 0;
    }

    Regards,

    #649862

    kruajeng
    Participant

    Close Topic

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

The topic ‘Fix the shopping cart icon on the product compare page’ is closed to new replies.