Comments dsl-ms started the conversationNovember 16, 2018 at 11:36amHello, the materialdesign & elegant icon pack is not displaying the icons correctly. Could you let me know how to fix please so I can use the icons? 7,095Oliver repliedNovember 16, 2018 at 12:39pmHi,pls. add this code to the functions.php of the child theme: function thegem_child_scripts_new() {wp_register_style('icons-elegant', get_template_directory_uri() . '/css/icons-elegant.css');wp_enqueue_style('icons-elegant');wp_register_style('icons-fontawesome', get_template_directory_uri() . '/css/icons-fontawesome.css');wp_enqueue_style('icons-fontawesome');wp_register_style('icons-material', get_template_directory_uri() . '/css/icons-material.css');wp_enqueue_style('icons-material');}add_action( 'init', 'thegem_child_scripts_new' );Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver1 Likedsl-ms repliedNovember 17, 2018 at 10:24amThat's great, thanks Gregor 7,095Oliver repliedNovember 17, 2018 at 12:14pmWelcome!Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver Sign in to reply ...
Hello, the materialdesign & elegant icon pack is not displaying the icons correctly. Could you let me know how to fix please so I can use the icons?
Hi,pls. add this code to the functions.php of the child theme:
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
That's great, thanks Gregor
Welcome!
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver