By Micheal Goodwin on Wednesday, 02 December 2015
Posted in General Issues
Replies 1
Likes 0
Views 581
Votes 0
I have successfully changed the Navbar colors and behavior to my liking but I am unable to change the black background and text color of the tooltips. I would also like to make the tooltip padding much smaller. Reviewing code I do not see how to specifically change this behavior in CSS. Please advise.
Hi Michael,

You can change the background and padding for the tooltips with the css codes below

#fd.eb.tooltip .tooltip-inner {
background-color: red;
padding: 6px 10px;
}
#fd.eb.bottom .tooltip-arrow {
border-bottom-color: red;
}
·
Wednesday, 02 December 2015 11:43
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post