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 could not find the answer in the documents. I want to make the search box on the main page visible all the time. Is it possible?
Can I also make this box a little bigger?
Hi there,
You can do that by adding the following CSS to Custom CSS as there is no option to do it via the Theme Options:
header.site-header .header-widgets .search-form .search-input-env { visibility: visible; -webkit-opacity: 1; -moz-opacity: 1; opacity: 1; filter: alpha(opacity=1); } header.site-header .header-widgets .search-form .search-btn { transform: scale(0.7); }Best regards,
Laborator Team