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.
Hi, please can you tell me know i can change the colour of the Search & Cart Icon in the header to white (on desktop & mobile) as we changed the entire theme to dark grey.
Thanks!
Hi Carissa,
Please add the code below to your Custom CSS area:
header.mobile-menu .mobile-logo .mobile-toggles .toggle-menu svg, header.site-header .header-widgets .cart-counter svg, header.site-header .header-widgets .search-form .search-btn svg { fill: #fff; } header.mobile-menu .mobile-logo>.cart-info .cart-counter .cart-icon svg { fill: #fff; } header.mobile-menu .search-site .mobile-search-button svg { fill: #fff; }Have a nice day!