By Barkley on Wednesday, 07 June 2017
Posted in General Issues
Likes 0
Views 440
Votes 0
I selected EasyBlog but this also happens in EasySocial. When I hover over a menu item in ES or EB it appears with a black background and dark text - very hard to read. Is there a way to change this. I found this (see attached screenshot) but I'm not sure where the code is to modify it...

Thank you!
Hi there,
By default the tooltip has dark background with white text. Maybe your template changed the font color.
Anyway, you can use the following custom css codes to modify the font or background color.

#eb.tooltip .tooltip-inner, #es.tooltip .tooltip-inner {
color: white !important;
background-color: black !important;
}
·
Wednesday, 07 June 2017 12:32
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for your help!

I got it to work. Had to add it to your custom.css instead of the custom.css for the template. Thanks!
·
Thursday, 08 June 2017 10:06
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Thursday, 08 June 2017 12:54
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post