Tooltip
To create a tooltip
- Create a div and the class tooltip
- Inside it create a span and the class tooltip-body
- Add to the span a class to choose the shape nothing or tooltip-top tooltip-bottom tooltip-right tooltip-left
- To change the shape add to the span the classes rounded circle top-circle bottom-circle right-circle left-circle
- To change the size add to the span the classes tooltip2x tooltip3x tooltip4x
- To change the background color add to the span the classes bg-color-1 bg-color-2 bg-info bg-success bg-black bg-danger bg-dark bg-light-grey
- To add a border add to the span the classes bg-color-1 bg-color-2 bg-info bg-success bg-black bg-danger bg-dark bg-light-grey
- To change the text color add to the span the classes outline-color-1 outline-color-2 outline-color-info outline-color-success outline-color-black outline-color-danger
- To change the size add to the span the classes tooltip2x tooltip3x tooltip4x
- To add shadow add to the span the classes shadow shadow-1 shadow-3 shadow-4
Example code
Please hover on the links below to see the designs
Direction
tooltip-top
Tooltip text
tooltip-bottom
Tooltip text
tooltip-right
Tooltip text
tooltip-left
Tooltip text
Shapes
default
Tooltip text
rounded
Tooltip text
circle
Tooltip text
top-circle
Tooltip text
bottom-circle
Tooltip text
right-circle
Tooltip text
left-circle
Tooltip text
Shadow
shadow
Tooltip text
shadow-2
Tooltip text
shadow-3
Tooltip text
shadow-4
Tooltip text
Sizes
Size 1
Tooltip text
tooltip2x
Tooltip text
tooltip3x
Tooltip text
tooltip4x
Tooltip text
colors
tooltip-top bg-color-2 white
Tooltip text
tooltip-top bg-black white
Tooltip text
tooltip-top bg-info white
Tooltip text
tooltip-top bg-success white
Tooltip text
tooltip-top bg-danger white
Tooltip text
tooltip-top bg-dark white
Tooltip text
tooltip-top bg-light-grey black
Tooltip text
Outlined Colors
tooltip-top outline-color-1 bg-white
Tooltip text
tooltip-top outline-color-2 bg-white
Tooltip text
tooltip-top outline-info bg-white
Tooltip text
tooltip-top outline-success bg-white
Tooltip text
tooltip-top outline-danger bg-white
Tooltip text