Today you will learn more about the font-awesome icons in WordPress Cherry 3.x. templates.
In order to change the icons in your template, you will need to follow the steps mentioned further:
Enter admin panel of your website.
Click on Appearance tab – then Editor.
After that you will be able to see a bunch of different files, out of which you need to find the custom-function.php (In order to make search easier, you can use the CTRL + F function).
When you have opened the file, search for the code that will look as follows:
if ($icon == 'icon1') {
$output .= '
1
';
} elseif ($icon == 'icon2') {
$output .= '
2
';
} elseif ($icon == 'icon3') {
$output .= '
3
';
} elseif ($icon == 'icon4') {
$output .= '
4
';}}
In order to change the icon, you need to find and replace the icon class: to the new one.
This tutorial shows how to change website scroll speed in Wordpress.
Submit a ticket
If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket