Tag: custom wordpress tooltip

How to add CSS to tooltips.css in order to specify a particular ToolTip font (such as Montserrat)

Hi Dear WordPress Tooltips Users,

Hope this message find you are doing well and have happy days with your family 🙂

We received a ticket a few days before which said he want to custom tooltip font in tooltip popup box, I guess maybe other users will have this kind of requirement too, I’d like reply in here publicly for help more users which want to custom wordpress tooltip font:

How to add CSS to tooltips.css in order to specify a particular ToolTip font (such as Montserrat)

You will find tooltips.css in the plugin folder, and you can use this example code in tooltips.css to change font family for tooltip content in wordpress tooltip popup box:

.qtip-content
{
font-family: Arial, Helvetica !important;
}

Also we will add an option to help users change font family in tooltip box 🙂

If you have any more question about wordpress tooltip plugin, please don’t hesitate to contact us 🙂

Thanks, have a blessed day with your family 🙂

Best Regards,
Wordpress Tooltip Plugin Support Team

ps: We have updated our wordpress tooltips feature page to add our more detailed new feature description, you can check wordpress tooltip plugin feature page at here.

Tagged with: ,
Top