By Troy Tolley on Saturday, 21 June 2014
Likes 0
Views 1.1K
Votes 0
I've been using firebug to figure out where I can increase font sizes across EasyBlog and EasySocial, but firebug doesn't let you inspect a hover item like a tooltip.

What is the code that would need to be affected to increase the font sizes of the descriptions that pop up on hover over the menu icons of EasyBlog?

Thanks!
Hello Troy,

There's actually a "trick" that allows you to "simulate" a hover on Firebug. See my screen shot here, http://screencast.com/t/uGz4t6BJk7cj

Anyway you can easily increase the font size by adding the block of css codes below into your template's css file,


#ezblog-menu .blog-navi li .tips {
font-size: 14px !important;
}
·
Saturday, 21 June 2014 00:32
·
0 Likes
·
0 Votes
·
0 Comments
·
@Mark, HA! I never knew that! Thanks! For both!
·
Saturday, 21 June 2014 04:12
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Troy
·
Saturday, 21 June 2014 12:35
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post