Topic: Configuring tooptips
itay
pro
asked 7 years ago
How can I configure text and background colors and sizes ?
https://mdbootstrap.com/angular/advanced/tooltip/
Add comment
Arkadiusz Idzikowski
staff
answered 7 years ago
Dear mdb2,
Your desired behavior could be only achieved by modifying the css classes.
Please take a look at my below code:
.tooltip-arrow {
border-bottom: 7px solid red;
}
.tooltip-inner {
background-color: red;
color: black;
font-size: 28px;
}
Regards,
Arek
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Resolved
Specification of the issue
- ForumUser: Pro
- Premium support: No
- Technology: MDB Angular
- MDB Version: 6.2.3
- Device: NA
- Browser: NA
- OS: NA
- Provided sample code: No
- Provided link: No