I want to change the colourbar of the dropdown menu which you can create in a contactform
I cannot find where I can adjust this colour setting
I used theme Enfold Law as a basis, the colour of the dropdown bar in my website is now orange/brownish
My website is not online yet.
Hey JannyPolak,
I’m not sure I understand what you are referring to, could you post a screenshot of it please?
Best regards,
Rikard
The colour of the bar is now the colour of the template, I would like to change this. See private content with the link
(I did not know how to attache a screenshot… to this post)
Hi,
Thanks for the clarification. Please try the following in Quick CSS under Enfold->General Styling:
option::selection {
background-color: red !important;
}
Best regards,
Rikard
Hi,
I tried the above CSS, and also this one:
option::selection {
background-color: #c5b100 !important;
}
I did empty the cache
However, it did not change the colour of the dropdown bar
Do you have another suggestion?
Hi JannyPolak,
This css rule is not used for options
https://caniuse.com/#search=%3A%3Aselection
Please refer to this thread
https://stackoverflow.com/questions/7208786/how-to-style-the-option-of-a-html-select
Best regards,
Victoria