Home Forums WoodMart support forum Shopping cart spins in a circle when I try to place an order

Shopping cart spins in a circle when I try to place an order

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

    kruajeng
    Participant

    I would like you to help me look at the CSS code from my previous query post.
    After I applied it, the shopping cart spins in a circle when I try to place an order.
    I think it needs some improvement, or not?

    Thanks
    https://xtemos.com/forums/topic/change-the-text-inside-this-circle-to-a-shopping-cart-icon/

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

    kruajeng
    Participant

    Could you please customize the shopping cart to be a bit larger? People over 50 years old have given feedback that it’s too small. I have to adjust the entire website to be larger for the elderly.

    #644869

    Hung Pham
    Keymaster

    Hi kruajeng,

    Thanks for reaching to us.

    1. I didn’t see cart icon spins as you mentioned, please let me know if you resolved it.

    2. Please add the below Custom CSS code to Theme Settings > Custom CSS > Global CSS section:

    button.button.single_add_to_cart_button:after {
        font-size: 25px;
    }
    
    button.button.single_add_to_cart_button:after{
        width: 25px;
        height: 25px;
        top: calc(50% - 15px);
    }

    Best Regards,

    #644875

    kruajeng
    Participant

    https://kruajeng.com/product/pizzaroni-stick/

    I tried that, but it didn’t fix the issue. The shopping cart icon is still spinning, and it looks really weird. If you try to place an order, you’ll see what I mean. How can I resolve this?

    Attachments:
    You must be logged in to view attached files.
Viewing 4 posts - 1 through 4 (of 4 total)