Phone Icon on Header menu

Home Forums Business Club Pro Phone Icon on Header menu

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #462
    Anonymous
    Inactive

    the email icon is fine, but the phone icon is a square with scribbles. How can I fix? I tried everything.

    #463
    Axle Support
    Moderator

    Hello,

    The since the theme uses fontAwesome icons we suggest to look into Font Awesome cheat Sheet and let us know the name of the icon which you want to display instead of the phone icon and we will provide you with the custom CSS.

    Hope you understand.

    Regards.

    #470
    Anonymous
    Inactive

    The phone icon would be fine if it was one, here is the closest thing to a simlar square phone icon like the email icon – fa-phone-square [] I have no idea where to replace that in the CSS code though. Thank you for the quick response.

    #472
    Axle Support
    Moderator

    Put following CSS in Additional CSS section in Customizer.

    #quick-contact li.quick-call::before {
    content: "\f098";
    }
    #476
    Anonymous
    Inactive

    Thanks! You guys are great!

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.