ons-select background color not change issue
-
how to change the background color of ons-select as shown in picture
-
??? no reply???
-
You can use Onsen UI Theme Roller for this kind of thing https://onsen.io/theme-roller/
That’s not an ons-select in your picture though, is it?
-
@emccorson I am using ons-select as shown in this picture cannot modify the text color, background color, and radio button color.
Any example related with ons-select ??
I’m using Monaca for building this app but facing this issue
-
Ah, I see. This isn’t something you can change with Onsen UI because it’s the device’s select menu that you see. ons-select just wraps a regular select.
There are solutions for this problem on the internet but all the ones I’ve seen involve hiding the select menu and implementing a custom select menu yourself. https://stackoverflow.com/q/1895476