I'm having trouble customizing my Bootstrap 4 tooltip. I want to adjust the background color, height, width, and border, but I can't figure out how to style it to my liking.
Here is the HTML code I am using:
<i class="fa fa-question-circle" href="#" data-toggle="tooltip" title="Cover for any accidental loss or damage to the vehicle caused by natural calamities such as floods, storms, earthquakes, etc." aria-hidden="true"></i>
The tooltip is functioning properly, but I can't seem to change its appearance.