Use Font Icons Instead of Image for Menu Indicator
Thanks!
Please Log in or Create an account to join the conversation.
I think that this would be possible using custom css
give me the url of the page and tell me what you tried
CEd
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
This is what I've tried so far.
#product-menu-left li.accordeonck ul.accordeonck span.toggler_icon:before,
#product-menu-left li.parent.level1.active > span span.toggler_icon:before,
#product-menu-left li.parent.level1.active.open > span span.toggler_icon:before {
font-family: 'Material Symbols Outlined';
font-size: 36px;
vertical-align: middle;
margin-left: 5px;
color: #000000;
}
#product-menu-left li.accordeonck ul.accordeonck span.toggler_icon:before {
content: "\e5d2";
}
#product-menu-left li.parent.level1.active > span span.toggler_icon:before {
content: "\e5d2";
}
#product-menu-left li.parent.level1.active.open > span span.toggler_icon:before {
content: "\e5d2";
}
I'd like to send you the url privately if you need it.
Thanks!
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.