Okay
  Public Ticket #1682037
search box
Closed

Comments

  • buddoor started the conversation

    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?

  •  1,559
    Laborator replied

    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


      Documentation         Join Kalium Users Group