Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

To change the color of tooltip in Bootstrap 4, you can use the following CSS code:

.tooltip-inner { background-color: #color-code; color: #color-code; }

Replace "color-code" with the desired color value. Make sure to add this CSS code after the Bootstrap 4 CSS file is loaded to override the default tooltip styles.