Topic Resolution: Resolved
  • Closed
  • Karin Leloux
    Spectator
    November 29, 2015 at 10:50 am #22550

    Hi
    Is it possible to create a searchbox only instead of the magnifier with textbox?
    It is very inconvenient to click on the magnifier first and then put your searchtext in the box.
    Ihe widget searchform provides in this feature…

    http://www.jhleloux.nl

    Thanks in advance

    Karin

    Roman
    Spectator
    Posts: 3147
    November 29, 2015 at 8:49 pm #22555

    super easy, insert in Theme Options -> Custom CSS:

    #search-text-top {
    text-indent: 1px;
    border: 1px solid rgba(0,0,0,.1);
    font-size: 12px!important;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -border-radius: 3px;
    border-radius: 3px;
    position: relative;
    float: left;
    width: 170px;
    z-index: 0;
    background: #fff;
    font-weight: normal;
    position: relative;
    left: 0px;
    height: 35px;
    padding: 5px 40px 5px 7px;
    }

    Karin Leloux
    Spectator
    Posts: 10
    November 30, 2015 at 2:20 pm #22570

    Hi Roman
    It works!
    Thanks!

    Karin