• I am building a demo based on the WOOT free child Storefront theme. I have upgraded to the latest Storefront 2.3.2 and WOOT 3.0.1 and apparently everything is working fine but social icons in the header are using the icons.css under /assets/css/base/icons.css from the Storefront parent theme instead of the style.css in the WOOT child theme:

    .fa:before {
    font-family: “Font Awesome 5 Brands”;
    }
    .fa-facebook:before{
    content: “\f39e”;
    }
    .fa-twitter:before{
    content: “\f099”;
    }
    .fa-google-plus:before{
    content: “\f0d5”;

    Any easy to solve this? I don′t understand why the font-family was taken from the style.css (I had to change it from “Facebook Awesome” to “Facebook Awesome 5 Brands” but not .fa-facebook, fa-twitter or .fa-google-plus.

    Even copying the icons.css into the child theme and changing those css rules don′t make any difference.

    The page I need help with: [log in to see the link]

  • The topic ‘social icons fa-facebook, fa-twitter and fa-google-plus after update’ is closed to new replies.