• Resolved jennyhp

    (@jennyhp)


    I have a menu in the footer that had icons before the link

    .widget_nav_menu ul li:before {
    content: “\f01d”;
    }

    On the latest update to WordPress 5.0.2 they have vanished and am left with a square.
    I am running a child theme on storefront.
    Any thoughts about they can return please?
    Thanks in advance
    Jenny

Viewing 4 replies - 1 through 4 (of 4 total)
  • laceyrod

    (@laceyrod)

    Automattic Happiness Engineer

    Hi Jenny,

    Thanks for reaching out!

    Which Storefront child theme are you using, and what’s the URL to your site where I could take a look?

    Also, is your current theme up-to-date?

    Thanks and looking forward to your reply.

    Thread Starter jennyhp

    (@jennyhp)

    I am using a child of Storefront Version: 2.4.2 not a bought child theme.
    Theme is up-to-date. All plugins and software up-to-date.
    Is there a way of putting the url only visible to you? Odd request I know!

    Thread Starter jennyhp

    (@jennyhp)

    Fixed it myself. Very odd. My test site worked but live stopped. I had to add the new font family and a new icon code.

    I changed the css to
    .widget_nav_menu ul li::before {
    font-family: “Font Awesome 5 Free”;
    content: “\f35a”;
    color: #daaa00;
    }

    Thread Starter jennyhp

    (@jennyhp)

    Closed

    • This reply was modified 6 years, 1 month ago by jennyhp.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Missing icons from Footer’ is closed to new replies.