Hi i'm trying to add a menu separator using the Healthcare template. I would like to show a text , or at least a color bar to separate the items, but nothing is showing except a small gap between the items.
slay Hi you need to add some style, like border left for it. If you can share the page URL on which you want to apply separator i can share the changes with you.
Regards
Ninja
http://grafel.iceht.forth.gr/ use REMOVED BY MOD for login. The menu separator is in the staff menu
slay Hi The menu already showing it fine http://prntscr.com/memkk6
Ninja I did not made myself very clear, the separator is a submenu item in Staff, between the 3rd and 4th item
slay Hi Add this code in custom.css file
.dropdown-menu .divider { height: auto; }
save and check : http://prntscr.com/men7jm
Ninja thank you