• Closed
  • Nicem SpA
    Spectator
    October 8, 2014 at 1:33 pm #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
    October 24, 2014 at 9:46 am #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
    October 24, 2014 at 6:44 pm #13320

    It works, thank you!