Home New Guten Forums WoodMart support forum Button add to cart with icon

Button add to cart with icon

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #455033

    makexpertmodsrl
    Participant

    Hello, please help me to have the same button add to cart with icon like in the screenshoot bellow, all over the site, in the sense of grid loop, carousel etc… at the moment it’s ok only when I enter the single product.
    I have this code css and it is ok, but i want to be the same for all add to cart in the site, not only for single product add to cart.

    body .single_add_to_cart_button:before {
    position: absolute;
    inset-inline-start: 0;
    content: “\f105”;
    font-family: “woodmart-font”;
    opacity: 1;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    background-color: #E84744;
    transition: all .3s ease;
    }

    body .single_add_to_cart_button:after {
    inset-inline-start: 20px;
    }

    body .single_add_to_cart_button.loading:before {
    color: transparent;
    }

    body .single_add_to_cart_button {
    padding-inline-start: 60px;
    }

    body .single_add_to_cart_button:hover:before {
    background-color: red;
    }

    Thank you

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

    Luke Nielsen
    Keymaster

    Hello,

    Sorry to say but right now there is no option in Theme Settings available for that. It requires Customization and this is beyond our limitations and support policy scope. Hope you can understand our limitations.

    Thanks for your time and have a great day.

    Kind Regards

    #456846

    makexpertmodsrl
    Participant

    ok thank you, ticket close

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

The topic ‘Button add to cart with icon’ is closed to new replies.