1
Change Tooltip Background Color Bootstrap 5
.tooltip {
font-family: Sora, sans-serif;
font-weight: 300;
line-height: 1.4;
font-size: 0.8rem;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
border-top-color: #46729d;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
border-right-color: #46729d;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
border-bottom-color: #46729d;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
border-left-color: #46729d;
}
.tooltip-inner {
color: #fff;
background-color: #46729d;
}
Interserver | Standard & VPS Cloud Hosting | $2.50 /Month
Flexible VPS hosting platform to deploy your online projects.
Economical and balanced between processor cores, memory and storage
rated 1 times
(1)
(0)
comments: 1 / hits: 357
/ 6 months ago, sat, jan 8, 22, 03:17:26
More From
» CSS
Comments
1
Change width
Code:
[#60] Saturday, January 8, 2022, 3:33:38

commented 6 months ago
James Bo