How Do I Add Icons to My WordPress Library?
Adding icons to your WordPress library is a simple process. First, locate the appropriate icon file. You can find these files in the wp-content/themes/yourtheme/images folder.
Once you have located the icon file, copy it to your wp-content/themes folder. Next, open the wp-config.php file in a text editor and locate the following line:.
‘wp_enqueue_scripts’ => true,
Change the value of this line to false. Finally, activate the new icon in the WordPress admin area:
Click the “Appearance” tab in the WordPress admin area.
Select the “Customize” button in the header of the “Appearance” section.
Click the “Icons” tab in the left-hand column of the “Customize” window.
Select the icon you copied to your WordPress library from the “Icon Files” drop-down menu.
Click the “Activate” button.
Your new icon will now be available to use in your WordPress library.