Topic: select text-color
Aroquiassamy LA ROZE priority asked 5 years ago
hi @Damaian,
I want to change the MDB-SELECT text color.. https://mdbootstrap.com/docs/angular/forms/select/ on that example I want to change the placeholder of 'choose your option' which is place on select.Because textbox are having some light color when compare to this..kindly have a look and tell me a solution for this..
Damian Gemza staff answered 5 years ago
Dear La Roze,
Please use the below code to change the placeholder and text color of mdb-select
component.
.placeholder {
color: red !important;
}
.value {
color: red !important;
}
Best Regards,
Damian
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Resolved
- ForumUser: Priority
- Premium support: Yes
- Technology: MDB Angular
- MDB Version: 7.0.0
- Device: Desktop-Lenova
- Browser: Chrome
- OS: Windows 10
- Provided sample code: No
- Provided link: Yes