- This topic has 5 replies, 4 voices, and was last updated 7 years, 3 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Home › Forums › Free Themes › Travel Eye › Search form error
Tagged: Search Bar Error, search in IE, Sidebar Error
Hello….
is there some error with design of search form in IE9,10,11.
Search icon and formular is smaller and deformed.
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!!!
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/
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 !!
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)
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;
}
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |