Home Forums WoodMart support forum icon before “adicionar”

icon before “adicionar”

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #405912

    vixon
    Participant

    hello, I would like to leave the add to cart button (single product) with the cart icon before the name as in the example below:

    thanks for help me.

    #405913

    vixon
    Participant

    like this

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

    Hello,

    Please provide the page URL where you want to have an icon before the text.

    Best Regards

    #405983

    vixon
    Participant

    ok

    #406506

    Hello,

    Sorry for the deleay. I have submitted the case to our developers and we will get back to you asap.

    Best Regards

    #406644

    vixon
    Participant

    thanks for helping me

    #406977

    Hello,

    Please replace the code with this one:

    body .single_add_to_cart_button:before {
    		content: "\f123";
        font-family: "woodmart-font";
    		position: static;
    		opacity: 1;
    		font-weight: 400;
    		margin-inline-end: 5px;
    }
    
    body .single_add_to_cart_button.loading {
        color: transparent;
    }
    
    body .single_add_to_cart_button.loading:after {
        color: #FFF;
        opacity: 1;
    }

    If you have any questions please feel free to contact us.

    Best Regards

    #407091

    vixon
    Participant

    it’s worked perfectly! thanks

    #407123

    You are welcome! We are here to help.

    Wish you a wonderful day!

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

The topic ‘icon before “adicionar”’ is closed to new replies.