• Hi,

    I just want to disable jQuery opening animation of searchbox, I want searchbox to keep open always. I can’t figure out the javascript stracture of the theme. Thanks in advance.

Viewing 1 replies (of 1 total)
  • Hi there,

    Thanks for writing in, you can achieve that by adding this following code under Appearance > Theme Options > custom CSS:

    #search-text-top {
        width: 100% !important;
        opacity: 1 !important;
        visibility: visible !important;
        text-indent: 0px !important;
        background-color: #fff;
        font-size: 12px !important;
        font-weight: normal !important;
    }

    Hope this helps!

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Searchbox JS Disabling’ is closed to new replies.