• Resolved vitomano

    (@vitomano)


    Hi, I made a CSS code to change the icon to a basket:

    .wpmenucart-icon-shopping-cart-0:before {
    content: “\f291”;
    }

    But with the last update, the icon disappears into a square, Is there a way to fix that?

    Thanks in advance!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor alexmigf

    (@alexmigf)

    Hello @vitomano

    Will not work with the new release because the font was replace with a new one, to improve performance, and contains only the glyph “\f07a”. Instead you could try the Pro version has it have more icons available.

    Plugin Contributor Ewout

    (@pomegranate)

    @vitomano another workaround that you could apply is to apply the FontAwesome font: https://fontawesome.com/start
    This is what we used in the versions before the last update, but because we only used a single icon from the complete set, we felt that 95kb was gross overkill to load for this so we reduced the font to only that glyph (negatively affecting load times of almost 100.000 sites). I’m sorry that this affected your customization.

    Thread Starter vitomano

    (@vitomano)

    Hi guys! Thnx for the answers, I installed fontawesome but i couldn’t fix it with a CSS, i guess that it could work be with a new code on function.php

    • This reply was modified 4 years, 10 months ago by vitomano.
    • This reply was modified 4 years, 10 months ago by vitomano.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Changed Icon issue (last update)’ is closed to new replies.