Hello,
You can replace them with any of the icons you find here:
https://themes.kadencethemes.com/virtue/icons/
Following this process:
https://www.kadencethemes.com/add-icons-to-your-menu/
Let me know if that works for you.
-Kevin
Thanks it works! Can I add my own icons?
Yes, but that would require you come up with some custom CSS to replace the original icons with your current ones.
I can help you if you upload the custom icons to your site, send me links to the icons media pages, and then link to your home page where you’ve already assigned the icons to your menu.
-Kevin
Hello Kevin!
You can write an example on the website “domain.com” the Main thing is to specify in which files to change the values.
Hey sorry for the delay.
Here’s an example of what the CSS would look like for replacing the home icon on this page:
.menu-item-905 i:before {
content: "custom-icon-url";
}
http://themes.kadencethemes.com/virtue2/
-Kevin