• Am trying to remove font awesome to improve performance.

    Can someone please explain how this is best done.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi
    Thanks for contacting to us.
    To remove font awesome icon follow the given below instruction.
    1 Find the script.php file located in your theme folder >> functions folder >> script folder >> .
    2 Open the file and find the below line of code on line no 22 .

    wp_enqueue_style('appointment-font-awesome-min', APPOINTMENT_TEMPLATE_DIR_URI . '/css/font-awesome/css/font-awesome.min.css');

    3 And remove this line of code.

    Let me know if you have any confusion.
    Thanks

    • This reply was modified 2 years, 3 months ago by akhlesh-nagar.
    Thread Starter 4090

    (@4090-1)

    Thank you very much.

    I note that there is only one font awesome character used in my website (the bullseye) sitting next to a navigation menu in the widget side bar.

    Is it possible to remove this somehow?
    I can replace it with an HTML character and save loading font awesome.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Dequeue or remove font awesome’ is closed to new replies.