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.
Hello,
I would like to change the color of close button sag in the sidebar menu.
Could you telle me how change it please?
Thanks a lot
Stephane
Hi Stephane,
Can you please add the code below to your Custom CSS area:
.sidebar-menu-wrapper .sidebar-menu-container .sidebar-menu-close { font-family: Flaticon; font-style: normal; color: #000; font-weight: 600; } .sidebar-menu-wrapper .sidebar-menu-container .sidebar-menu-close:before { content: "\e00c"; }Have a great day!
Thanks Ylli,
But the icon is an SVG file,
Do you tell me this code will override it?
Stephane
Hi Stephane,
This is a customization question and support doesn't offer customization services as we wrote on our support homepage and on this area. I will try to help you this time too
Here is the updated code:
.sidebar-menu-wrapper .sidebar-menu-container .sidebar-menu-close { background: none; font-family: Flaticon; font-style: normal; color: #000; font-weight: 600; } .sidebar-menu-wrapper .sidebar-menu-container .sidebar-menu-close:before { content: "\e00c"; }Have a great day!