I am using qTip jquery-plugin for my tooltips.
I cannot change the font size of tooltips. This is the code .. any number 2..4..8 gives the same results.
$('.option img[title]').qtip({ style: { name: 'light', border: {width: 0}, title: { 'font-size': 2 } }, position: { corner: { target: 'topMiddle', tooltip: 'bottomMiddle' } } });
thanks
source share