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 need to have a specific color in my portfolio menu (only for portfolio items) : white when the sticky menu is on the top, primary-color (#00c6c9) when you scroll (top-reveal). I try all settings in page options.
I set this in custom CSS area:
.single-portfolio ul.menu > li > a{ color:#fff !important; }
But what about the scrolling sticky menu? Thanks
Hi there,
I have added this CSS to Custom CSS:
.single-portfolio .sticky-fixed ul.menu > li > a { color:#00c6c9 !important; } .sticky-fixed .standard-menu-container.menu-skin-dark ul.menu > li > a:after, .sticky-fixed.standard-menu-container.menu-skin-dark div.menu > ul > li > a:after, .sticky-fixed.standard-menu-container.menu-skin-dark ul.menu ul, .sticky-fixed.standard-menu-container.menu-skin-dark div.menu > ul ul { background: #00c6c9 !important; }Best regards,
Laborator Team
Thanks a lot !
You're welcome, take care!
Best regards,
Laborator Team
Hello,
The color problem in the sticky menu came back with the last update. No change in custom css you've made.
Thanks for your help.
See example attached. It appears only with white menus (on portfolio single pages).
Hi there,
That's because we have worked on the menu on the latest updates and some classes have changed so I had to change also the CSS which I provided previously.
Best regards,
Laborator Team
Many thanks !