Archived topic
Menu bar item order
5 replies · Started by Radek on July 1, 2021
Hi, I added icon to menu using Block Element with menu_bar_items hook. What I need is move this icon before firts navigation item (Yeah, its homepage icon ;) ) but leave search icon on the right side of menu. `.menu-bar-items {
order: -1;
}` moves both icons. What is best solution for this ?
Thanx Radek
Hi there,
simplest solution would be to use a Menu Item - the Menu Label field accepts HTML. So you can add the icons HTML to that label.
Thanx, but I use button block with SVG icon and some styling + conditional display (entire site exclude front page)...
Use the inside_navigation hook
It's the trick. Thanx
Glad to hear that