Support Center
Visit Demo
License manager
Buy @ envato
toggle menu
Categories
Discussions
Activity
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Theme support
down arrow in Gravity Forms
hadiomid
June 2015
in
Theme support
Hi
Down arrow for drop down on the Gravity Forms is hidden.
The problem is likely to be -
webkit-appearance.
But I do not know how to disable it.
Example
thank you
Comments
Albert
June 2015
Hi,
under which browser this happen?
hadiomid
June 2015
Chrome
Albert
June 2015
We checked this under Chrome and arrow is visible
http://pasteboard.co/XYxgpJd.png
but please notice theme styles have nothing to this plugin styles. So if something does not work on your site, you should contact with plugin's author.
hadiomid
June 2015
http://pasteboard.co/Y0hdQJj.png
i use this plugin in another website with other theme and not have this problem.
Albert
June 2015
You forgot to mention that you talk about simple select fields. Below css will do the trick:
select { -webkit-appearance: auto !important; }
hadiomid
June 2015
I'm sorry for forgetting.
I added css, but does not work.
Albert
June 2015
So probably it's cache on your side because on our side it works.
hadiomid
June 2015
I try this again, does not work.
Albert
June 2015
This is weird because previously was working and now it does not work. But please try below css instead:
select {
-webkit-appearance: menulist !important;
}
hadiomid
June 2015
Yes it works
Thank you very much
Albert
June 2015
We're glad to hear that this works
Sign In
or
Register
to comment.
Comments
under which browser this happen?