• Resolved ashley_c

    (@ashley_c)


    All of a sudden the call button (phone) icon is gone and it just shows a weird number. Top of site next to the phone number. How can we fix this asap?

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author uxl

    (@uxl)

    It looks like you have another version of the FontAwesome icons being loaded (from cloudflare or possibly from another plugin?) and it is overriding and changing the theme’s icons.

    This custom CSS should fix it:

    .fa {
      font-family: "FontAwesome" !important;
    }
    • This reply was modified 2 years, 1 month ago by uxl.
    Thread Starter ashley_c

    (@ashley_c)

    I’m using minimal plugins.

    That CSS code did not work.

    Theme Author uxl

    (@uxl)

    It looks like the Buttonizer plugin conflict, but anyway for some reason your custom CSS is saved with the quotes " as " so the CSS rule is not recognized.

    Can you try it without quotes and include !important like this:

    .fa {
      font-family: FontAwesome !important;
    }
    Thread Starter ashley_c

    (@ashley_c)

    Awesome. That worked.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Call button icon missing’ is closed to new replies.