Hello Irshath,
You can change the background image in the below class.
Keep your dropdown image in the resource folder and map the image in select.form-control class.
select.form-control {
}
Hope this works for you!
Thanks
Hey there, to change this follow the following steps:
.customdropdown{ //this is the class you use in the modeler on your drowdown widget
.[classname used for icon]{ //place the class name that is used in the HTML for the dropdown icon
fill: #COLOR;
color: #COLOR;
}
}
Hope this helps
Don’t forget to accept the answer if it helps :)