- Web templates
- E-commerce Templates
- CMS & Blog Templates
- Facebook Templates
- Website Builders
Magento. How to manage Material Design icons
February 25, 2016
This tutorial shows how to edit Material Design icons block in Magento.
Magento. How to manage Material Design icons
-
Right click the mouse and use ‘Inspect element’ tool to locate the CSS class for the icon to edit and copy the CSS class for the cart:
-
Open the file with the css inspected rule from the server or computer using a code editor and look for the class code in it, as /skin/frontend/tm_themes/themeXXX/css/styles.css in our case:
-
Open skin/frontend/tm_themes/theme_XXX/css/material-design.css and copy the needed content code:
We strongly recommend backing up the file before editing it.
-
Paste the content code copied from skin/frontend/tm_themes/theme_XXX/css/material-design.css to your css rule content property:
-
Save the changes and refresh the site:
Feel free to check the detailed video tutorial below: