• Resolved slamdot703

    (@slamdot703)


    Hello! I’ve recently transferred this site and now the Font Awesome icons are not displaying. Everything else is working fine, but the icons all display as blank squares. Thanks!

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey,
    The problem is caused by the plugin: woo-product-slider

    It’s overriding the icons with there own icon font.
    You can either remove that plugin or add css to force that plugins css off with css like this:

    [class*=" icon-"]:before, [class^=icon-]:before {
        font-family: Fontawesome !important;
    }

    Ben

    Thread Starter slamdot703

    (@slamdot703)

    Perfect, thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Font Awesome Icons Not Displaying’ is closed to new replies.