Hi, you reminded me that I must update documentation.
OK, just add following classes to a menu item: cta br-pill
Other optional classes:
– to remove shadow: shadow-0.
– to alter background color: primary, info, dark, success, warning, danger
Let me know if this works for you.
https://i.imgur.com/O7jNBXh.png
Correction: Class shadow-0
does not work. This is something I will add in next version. If you want it now just drop this in Custom CSS:
.shadow-0,
.shadow-0 a {
box-shadow: none !important;
}