Home Forums WoodMart support forum Demande d’aide

Demande d’aide

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #556085

    akomsolutions.com
    Participant

    Bonjour

    1- Comment peut-on changer l’icône du panier sur les produits lorsque l’on clique sur ‘Ajouter au panier’ ?

    2- Est-ce qu’on peut avoir le même en-tête de page pour tous les autres pages ?

    Cordialement

    #556222

    Luke Nielsen
    Keymaster

    Hello,

    1. Here is a code for changing the icon:

    .product-grid-item .wd-add-cart-icon>a:before {
        content: "\f126";    
    }

    2. Yep, just define the desired header in Theme Settings -> General -> Layout -> Header: https://prnt.sc/_WiDD7a7GARm

    Make sure that the pages in its settings don’t have the custom header: https://prnt.sc/hyp7pCGaFrsk

    Kind Regards

    #556936

    akomsolutions.com
    Participant

    Bonjour,
    Merci pour votre retour ,
    est ce que il y a un lien ou documentation pour choisir le code unicode d’un Icon
    .product-grid-item .wd-add-cart-icon>a:before {
    content: “\f126”;
    }
    merci

    #557202

    Luke Nielsen
    Keymaster

    Hello,

    In order to see the full list of WoodMart icons, go to Theme Settings > Typography > Icon fonts. Then, you can replace with your like icons. https://prnt.sc/TBJ6FcbKvhhX

    Kind Regards

    #557312

    akomsolutions.com
    Participant

    Bonjour
    J’ai bien ajouté le code .product-grid-item .wd-add-cart-icon>a:before {
    content: “\f126”;
    }
    dans le fichier style.css mais ça marche pas, l’icon n’est pas changé

    Mot de passe pour visualiser le site : Lilya2012&&

    Cordialement

    #557318

    Luke Nielsen
    Keymaster

    Hello,

    The below one should work well – https://prnt.sc/LxT2ID9UUmXa

    .product-grid-item .wd-add-btn-replace .add-to-cart-loop:before {
        content: "\f126";    
    }

    Kind Regards

    #557332

    akomsolutions.com
    Participant

    merci beaucoup pour votre support habituel

    #557342

    Luke Nielsen
    Keymaster

    Hello,

    You are welcome! If you do not mind, can you please leave a 5 stars rating for our theme by going here: http://themeforest.net/downloads It will allow us to release more updates and provide dedicated support in the future. It would encourage our work a lot.

    Have a good day!

    Kind Regards

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

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