how can I change dropdown field background color
on other fields I used HTML Attributes :
style=background-color: ivory
but this code is not working in dropdown field
Thanks for help
add a custom css with :
.nui.select { background-color: blue !important;}
.nui.select>.menu>.item {
background-color: blue;}
add a custom css with :
.nui.select { background-color: blue !important;}
.nui.select>.menu>.item {
background-color: blue;}
then change background-color value as you need e.g. blue, ivory, ... or # 00FFFF for exemple
You need to login to be able to post a reply.