Home Forums WoodMart support forum Cart icon

Cart icon

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

    WoodyP
    Participant

    Hello,
    I decided to use the envelope icon on the site instead of using the cart icon. How can I change it globally? in all positions where it is displayed, mobile, sidebar etc…

    Thank you

    #512453

    Hung Pham
    Keymaster

    Hi WoodyP,

    Do you want to change add to cart icon of products as well https://prnt.sc/pOJ2SDXuOwK4?

    Regards,

    #512757

    WoodyP
    Participant

    Hi,
    yes this, but also all the other places where it is shown.
    I have already replaced the Desktop header.
    I wonder if there is a global way, so as to also replace it with the shop pages etc.

    Thank you

    #512798

    Hung Pham
    Keymaster

    Hi WoodyP,

    Add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS

    .add-to-cart-loop:before,
    .wd-header-cart .wd-tools-icon:before{
        content: "\f157" !important;
    }

    Regards,

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