Topic: mdb-select placeholder font-size
richp pro asked 7 years ago
Which CSS property would I add to my custom style.css to reduce the font-size of the mdb-select placeholder text? I can see that it is currently using font-size: 1rem;. Ideally I would like to reduce that to .8rem.
Thanks in advance for any help you can provide.
Rich.
Add comment
richp pro answered 7 years ago
Please disregard. I just figured this out. I was able to change the font size by adding the below to my custom style.css.
input[type=text] {
font-size: .8rem;
}
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Answered
Specification of the issue
- ForumUser: Pro
- Premium support: No
- Technology: MDB jQuery
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No
Tags