Comments buddoor started the conversationAugust 19, 2018 at 10:55amI 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? 1,559Laborator repliedAugust 19, 2018 at 1:50pmHi 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 Documentation Join Kalium Users Group1 Like Sign in to reply ...
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:
Best regards,
Laborator Team