How can I customize the tooltip list page / glossary page

Hi Dears,

A user asked a questions about: “How can I customize the tooltip list page / glossary page”
Yes, you can customize any thing in tooltip list page / glossary page by this way:

1: If you are hope customize tooltips terms, in our plugin folder: tooltips-pro, there are style file: tooltips.css,
if you want to change font size for tooltips keyword, please add font-size and line height for the class tooltipsall in tooltip.css, for example:
.tooltipsall
{
font-size:12px;
}

if you want to change font size for text in tooltips content, you can add font size for the class qtip-content in tooltips.cssm for example:

.qtip-content
{
font-size:12px;
}

2: Also if you want to customize Georgia terms, for example, change font size of Georgia terms A-Z to 24px, you can do it by this way:
in our the folder tooltips-pro/js/jdirectory, there are css file: directory.css, you can change it like this:
.navitem
{
font-size: 24px !important;
}
In directory.css, you will find we have default design for each elements, you can just change:
.navitems
.navitems a
.navitems a:hover

to what you want.
If you want to customize more things, please tell us. 🙂

Best Regards,
Tooltips Support Team

2 comments on “How can I customize the tooltip list page / glossary page
  1. Fred S Schock says:

    Can I use tooltip for my Welcome page menus so that a hover over buttons reveal the nested menus. Do you support this? My page is: https://schockfamilyhistory.com/ using Nikko theme menu.

    • team says:

      Hi Fred,

      Thanks for the message 🙂

      Our wordpress tooltip plugin followed wordpress standard menu API to hook menu items and add tooltip effect on menu items, so if your menu is built by standard wordpress menu, then it will work 🙂

      Thanks, have a happy day with your family 🙂

      Best Regards,
      Wordpress Tooltip Glossary Plugin Support Team

Leave a Reply

Your email address will not be published. Required fields are marked *

*