8. Magento. How to edit social icons block (starting from template #54689+)
1 min readIn order to edit social icons block, you should perform the following steps:
- Navigate to the Dashboard area. Open CMS item and select Static Blocks tab:
- The second step will be to find your Social icons block. In this template it is called soc-icon. Please note that block name can be different in your template:
- As you can see in Social icons block section you can change links for Social icons and path to images for Social icons.
- The next step will be to change link url. In <a href=”#”> tag we have to replace # sign with the actual link. Perform the same actions and set appropriate links.
- In order to change the image, you have to change icon code. You can check all available icons by the following link: Font Awesome Icons.
- In case you need to replace icon with another one, just open official site, find icon that you prefer and paste its code into the class field. It has to look like this code for example: <a href=”https://www.tumblr.com/” class=”fa fa-tumblr”>:
- Save changes and refresh your site. In such way you can change all social icons on your website.
- To view the changes, go back to your website and refresh the page with the text that you have changed.