

If simply reading the guides above already felt tedious, you might wonder if you can just find a Notepad++ alternative for Mac that you can install and use without any additional effort. So here’s a closer look at these options for you to decide if it’s worth the effort. If not, let’s see how you can do that.Īnd by the way, while dedicated gamers play classics from the 80s using older PC environment emulators, you might not be as passionate about running Notepad++ on your Mac using an emulator or a virtual machine. If you are already using one for another task, you can easily install and use Notepad++ on your Mac. If you are set on running Notepad++ on Mac, you will have to resort to virtual machines and emulators. We will cover both solutions in the article below, so keep on reading. Secondly, the market has quite a few amazing apps that can serve as an excellent Notepad alternative for Mac. First, you might not even need a Notepad++ equivalent for m1 Mac as you can in fact run the app on a Mac using an emulator or a virtual machine. The good news is, you have a few options when it comes to editing your source code. Now you know how to manage Flaticon icons in HTML template.While Notepad++ is an extremely handy and loved app, there’s no Notepad++ for Mac, unfortunately. html file at your server and check the page. Then, replace that class with a needed icon class (you need to add the class title without the full stop symbol “.”). Search for the icon class which you have found on the first step of this guide using editor’s search function (usually it is Сrtl+F hotkey).html page in any code editor tool (for example, Notepad++ or Sublime Text). Class of the new icon which you want to use can be found in css/fl-XXX.css file, where XXX stands for the exact icons pack title. In order to change the icon, you need to replace that class with a new icon class name. You will see the icon class in HTML code. Inspect the icon you need to replace using any developer tool in your browser.Let’s check closer how those icons can be replaced: Open the website and type “glypho” in the search bar to see how the icons look like. “Fl” – means that those icons are Flaticons, and “glypho” is your specific pack name. In order to do this you need to check the name of flaticons file, open “site/css” folder from your template package, and you will see, for example, “fl-glypho.css” file there. Usually, you can find it under “Components” or “Pages” submenu.Īlternatively, you can check how your icons look like at the official website.įlaticons have different packs, so, first of all, you need to check which one is used in your case. Some new templates already have additional “Icons” page where you can check the list of available icons. Each template package contains the pack of specific icons, which you can use at your website.
