Important:
This support area is for Kalium 3 users only.
Support for Kalium 4 has moved to our new platform at support.laborator.co.
If you’re using Kalium 4, please create a new account there using your email and license key. A password will be sent to you automatically.
I want to know how to decorate the menu.
Hi kakizaki,
Please add the code below to your Custom CSS area:
/* Menu: Get the App Button */ .custom-menu-button a { background: #fff; color: #2c3142 !important; border-radius: 50px; padding: 4px 15px; } /* Menu: Get the App Button on Hover*/ .custom-menu-button a:hover { box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); transition: box-shadow all 300ms; }and then go to your Appearance > Menus area and add this class: "custom-menu-button" to one of your menu items.See video: https://d.pr/v/OQvVdd
Thanks!