Home Forums WoodMart support forum Demande d’aide

Demande d’aide

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

    akomweb
    Participant

    Bonjour
    Comment je peux changer l’Icon du panier de mon site web e-commerce (avec la possibilité de mettre notre propre Icon s’il vous plait)
    Mot de passe pour visualiser le site web : Lilya2012&&$+
    Meri pour votre support habituel
    Cordialement

    #570574

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS.

    .wd-add-btn-replace .add-to-cart-loop:before {
         content: "\f126" !important;
    }

    Then, Navigate to Typography > Icons fonts > Check the icons and change the content code as per your requirements.

    Best Regards.

    #570583

    akomweb
    Participant

    Merci pour votre support habituel.
    On peux pas télécharger notre icon ? possible ça ?
    Best Regards

    #570690

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global. Change the image URL with your own image.

    .wd-add-btn-replace .add-to-cart-loop:before {
        display:none;
    }
    body .wd-add-btn-replace .add-to-cart-loop:before {
        content: "";
        font-family: "woodmart-font";
        background-image: url('path/to/your/image.png') !important
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
    }

    Best Regards.

    #570877

    akomweb
    Participant

    Bonjour
    Merci beaucoup pour votre support habituel
    Best Regards

    #570928

    akomweb
    Participant

    Bonjour,
    j’ai mis votre code , et j’ai ajouter mon propre Icon mais l’Icon n’apparait pas sur le site web.
    Voilà le code ajouté :
    —————————————————
    .wd-add-btn-replace .add-to-cart-loop:before {
    display:none;
    }
    body .wd-add-btn-replace .add-to-cart-loop:before {
    content: “”;
    font-family: “woodmart-font”;
    background-image: url(‘https://e-business-pay.com/wp-content/uploads/2024/06/tag_116400.png’) !important;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    }
    ———————————————
    Pouvez vous vérifier de votre coté
    Mot de passe pour visualiser le site web : Lilya2012&&$+
    Merci pour votre support habituel
    Best Regards

    #570983

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    I have checked your site and the css is working fine on your site and the icon is showing.

    Screenshot for clarification:
    https://ibb.co/BntQBf7

    Check back on your site and check the issue.

    Best Regards.

    #571044

    akomweb
    Participant

    Bonjour cher ami,
    oui j\’ai enlevé ça .wd-add-btn-replace .add-to-cart-loop:before {
    display:none;
    } et ça marche
    Merci pour votre support habituel et votre patience.
    Best Regards

    #571073

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Most Welcome!!!.

    I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

The topic ‘Demande d’aide’ is closed to new replies.