
can I change the indicator when expanded?

can I change the indicator when expanded?
Hi @wicara,
You can try with this custom CSS:
.ubermenu-item-level-0.ubermenu-active>.ubermenu-target i.fas.fa-angle-down::before {
content: '\f103';
}
The 103 number is the fontawesome unicode:
https://fontawesome.com/icons/angle-double-down?style=solid
Hope it helps 
That worked great now can I make it so the arrow only toggles and the link works as a link ?
Hi There @wicara
That could be technically possible using some custom development, however it would be outside our scope of the support. For further customizations, I would suggest you to contact a developer or a service.
Thanks for understanding!
so it would be more than css I would have to investigate some hooks ?
Hi @wicara,
It will be javascript customization but given with Ubermenu’s existing javascript library then it would be tricky. For that, I recommend contacting a developer for full customization. In Pro header builder’s menu, you can simply choose the link behavior as a toggle or as a link.
Thanks!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.