I have below code which represents tooltip for the glyphicon, i.e when user hovers mouse on glyphicon. but I would like to do customization of tooltip like chaing color to red increasing size of the tooltip box etc. here is the code which is embedded besides label of bootstrap.
<i class="fa-info-circle" title="test"></i>
Can i add customized CSS class which would do the job like below
<i class="mycustomizedclass fa-info-circle" title="test"></i>