Home Forums Free Themes Travel Eye Search form error

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #12398
    Pajinev
    Participant

    Hello….
    is there some error with design of search form in IE9,10,11.
    Search icon and formular is smaller and deformed.

    #12447
    wensolutions
    Keymaster

    Hello @Pajinev

    To fix the design of search form in IE9,10,11 you need to add custom CSS.
    For this you need to go to Admin Panel / Appearance / Customize / Theme Options / Advanced Options.
    Here you need to copy and paste below custom CSS.

    
    .right-bar .search-form label .search-field {
    height:30px;
    }
    

    Hope this will help to resolve your issue.
    Let us know how it goes.

    Best Regards!!!

    #28116
    visual1bc
    Participant

    I’m seeing the same search field bug in all the browsers I’ve tried; Safari, Firefox and Chrome. I passed this CSS but haven’t notice any improvement.

    On website: http://babinesteelheadlodge.com/

    #28159
    wensolutions
    Keymaster

    Hello,

    The search button bug is seen in your website as the search button is also taking the background and the hover color of the button applied to the buttons in the theme. To resolve the issue, please paste in the following custom CSS in your Admin Dashboard > Appearance > Customize > Additional CSS :

    .search-form .search-submit, .search-form .search-submit:hover {
        background: transparent;
    }

    Hope this Helps,

    Best Regards !!

    #28235
    visual1bc
    Participant

    thank you for the quick reply. Unfortunately, I’m still seeing the sizing issue in both normal and hover states. (seeing it in Chrome, Firefox and Safari on a Mac)

    #53475
    Ashley Moss
    Participant

    Thanks. Using the code below worked for error with search bar in the primary sidebar. FYI I am using pro version.

    .search-form .search-submit, .search-form .search-submit:hover {
    background: transparent;
    }

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.