• Buongiorno,
    vorrei cambiare l’icona “carrello” creata di default da woo commerce con l’icona “shopping” (la borsina per intenderci) potreste dirmi come si fa?
    grazie
    Raffaella

Viewing 2 replies - 1 through 2 (of 2 total)
  • Rynald0s

    (@rynald0s)

    Automattic Happiness Engineer

    Hi @raffaella1967!

    One way to do this would be to install a plugin like https://www.ads-software.com/plugins/font-awesome/

    Once done, you will need to inspect the cart icon element, then copy that and replace the element content. An example would be:

    .cart-contents::after {
    content: "\f291";
    }

    You can then replace the “\f291” with whatever icon you want it to show.

    The CSS code can then be added to your site via the “Additional CSS” section in your customizer view.

    If you pass along a link to your site, we can have a quick look for you and possibly provide some CSS code.

    Cheers!

    Thread Starter raffaella1967

    (@raffaella1967)

    Hi Rynaldos,
    ti ringrazio per la tua risposta, tuttavia ho ancora dei problemi.
    Ho scaricato Font Awesome e tutto ok.
    Ho scelto l’icona shopping f290
    Sono andata nel mio sito, ho ispezionato il carrello ma ho trovato questa scritta, è quella giusta?
    <svg class=svg-inline–fa fa-shopping-cart fa w 18″ aria-hidden=”true” data-prefix= “fa” data-icon= “shopping-cart” role=”img” xmlns=”https://www.w3.org/2000/svg&#8221; viewBox=”0 0 576 512″ data-fa-i2svg> = = $0
    Non ho trovato il numero f…..
    Ora non so cosa devo fare.
    Il mio sito si chiama Fillibijoux ma è in costruzione.
    Ci possiamo dare appuntamento e visitarlo con team Viewer così posso vedere come si fa mentre tu lo fai?
    Sai ci sono tanti CSS che vorrei cambiare, ad esempio il colore, ma mi manca 1 passaggio per capire bene come si fa.
    grazie di tutto
    Raffaella

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘sostituzione icona “carrello”’ is closed to new replies.