Title: Call button icon missing
Last modified: October 14, 2022

---

# Call button icon missing

 *  Resolved [ashley_c](https://wordpress.org/support/users/ashley_c/)
 * (@ashley_c)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/call-button-icon-missing/)
 * 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](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcall-button-icon-missing%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Theme Author [UXL Themes](https://wordpress.org/support/users/uxl/)
 * (@uxl)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/call-button-icon-missing/#post-16101866)
 * 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 3 years, 9 months ago by [UXL Themes](https://wordpress.org/support/users/uxl/).
 *  Thread Starter [ashley_c](https://wordpress.org/support/users/ashley_c/)
 * (@ashley_c)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/call-button-icon-missing/#post-16107765)
 * I’m using minimal plugins.
 * That CSS code did not work.
 *  Theme Author [UXL Themes](https://wordpress.org/support/users/uxl/)
 * (@uxl)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/call-button-icon-missing/#post-16109242)
 * It looks like the Buttonizer plugin conflict, but anyway for some reason your
   custom CSS is saved with the quotes `"` as `&quot;` 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](https://wordpress.org/support/users/ashley_c/)
 * (@ashley_c)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/call-button-icon-missing/#post-16112069)
 * Awesome. That worked.

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

The topic ‘Call button icon missing’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/trusted/1.11.0/screenshot.png)
 * Trusted
 * [Support Threads](https://wordpress.org/support/theme/trusted/)
 * [Active Topics](https://wordpress.org/support/theme/trusted/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/trusted/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/trusted/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [ashley_c](https://wordpress.org/support/users/ashley_c/)
 * Last activity: [3 years, 9 months ago](https://wordpress.org/support/topic/call-button-icon-missing/#post-16112069)
 * Status: resolved