Ask Your Question
0

How can the color of tooltip be altered in Bootstrap 4 if it remains unchanged?

asked 2023-06-03 09:56:20 +0000

plato gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2023-06-03 10:10:01 +0000

nofretete gravatar image

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.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-06-03 09:56:20 +0000

Seen: 12 times

Last updated: Jun 03 '23