• Closed
  • Nicem SpA
    Spectator
    08.10.2014 at 13:33 #13195

    Hi, now on our site the search button appears closed and it open when you click it:

    closed, you must click on it to open

    I want that it is open by default:

    It is possible ? thank you

    Roman
    Spectator
    Posts: 3147
    24.10.2014 at 09:46 #13307

    try this code in the Custom CSS field:

    #search-text, #search-text-top {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.9);
    float: left;
    font-size: 12px !important;
    font-weight: normal;
    height: 35px;
    left: 0;
    padding: 5px 40px 5px 7px;
    position: relative;
    width: 170px;
    z-index: 0;
    }

    Nicem SpA
    Spectator
    Posts: 28
    24.10.2014 at 18:44 #13320

    It works, thank you!