Home / Forums / WoodMart support forum / Demande d’aide
Home › Forums › WoodMart support forum › Demande d’aide
Demande d’aide
- This topic has 8 replies, 2 voices, and was last updated 2 years, 1 month ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
June 4, 2024 at 1:10 pm #570517

akomwebParticipantBonjour
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
CordialementJune 4, 2024 at 3:53 pm #570574Hello,
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.
June 4, 2024 at 4:32 pm #570583
akomwebParticipantMerci pour votre support habituel.
On peux pas télécharger notre icon ? possible ça ?
Best RegardsJune 5, 2024 at 9:24 am #570690Hello,
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.
June 5, 2024 at 5:36 pm #570877
akomwebParticipantBonjour
Merci beaucoup pour votre support habituel
Best RegardsJune 5, 2024 at 11:43 pm #570928
akomwebParticipantBonjour,
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 RegardsJune 6, 2024 at 10:15 am #570983Hello,
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/BntQBf7Check back on your site and check the issue.
Best Regards.
June 6, 2024 at 12:21 pm #571044
akomwebParticipantBonjour 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 RegardsJune 6, 2024 at 1:13 pm #571073Most 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. -
AuthorPosts
The topic ‘Demande d’aide’ is closed to new replies.
- You must be logged in to create new topics. Login / Register