Hello,
How can I put a small house icon in the main menu that navigate "home" (and works well with mobile/walker menu)?
Thanks
#main-menu>li:first-child>a:before {
content: "test";
}
#main-menu>li:first-child>a:before {
content: "Home";
}