Home Forums WoodMart support forum Cart icon font name

Cart icon font name

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #260067

    YasinKsmG
    Participant

    Hello I want to use this cart icon on mobile bottom navbar can I have css for this please?

    https://ibb.co/sPkQBzp

    #260132

    Hello,

    Please provide the image URL I will provide the CSS to replace.

    Best Regards

    #260251

    YasinKsmG
    Participant

    Hello, I want to use this icon: https://prnt.sc/x9lnqv

    I think its a font icon like font awesome

    #260373

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .woodmart-shopping-cart.woodmart-cart-alt .woodmart-cart-icon:before {
        content: "\f105";
    	 font-family: woodmart-font;	
    }

    Best Regards

    #260388

    YasinKsmG
    Participant

    Hello, elise code did work thank you!

    Can you help me about this one: https://gyazo.com/475bc259bd3bb051fc9934ba31cfbd37

    #260469

    Hello,

    Please clarify what you mean, I cannot get the idea? Do you want to replace the icon there as well?

    Best Regards

    #260470

    YasinKsmG
    Participant

    Hello I want to change hover cart icon.

    #260472

    YasinKsmG
    Participant

    As you can see icons are different from each other.

    https://gyazo.com/df17984028a0c39b80101dc90b44d313

    I want to make them same. I want use this icon: f105 (woodmart font code)

    #260477

    YasinKsmG
    Participant

    for better clarification I want to change this icon: https://ibb.co/85XnWrP

    not this: https://ibb.co/BtDgB8x
    ————————————————————————————
    before hover: https://ibb.co/BtDgB8x

    after hover (only shows on variable products): https://ibb.co/85XnWrP

    I want to change after hover icon.

    #260719

    Hello,

    I cannot enter your site with the credentials you provided before. Please try this code:

    .quick-shop-wrapper .single_add_to_cart_button:before {
        content: "\f105";
        font-family: woodmart-font;
    }

    If does not work, please update the credentials and provide a page URL to the private area.

    Best Regards

    #260757

    YasinKsmG
    Participant

    .quick-shop-wrapper .single_add_to_cart_button:before {
    content: “\f105”;
    font-family: woodmart-font;
    }

    this css worked! thank you so much!

    #260769

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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