Joomla 6 Notice

We are pleased to announce that all our Joomla extensions have been compatible with Joomla 6 since October 14th, 2025.

For those currently upgrading from Joomla 3 to 4: Instructions for Joomla 4 migration can be found here:

There are standalone documentations Visforms Joomla 4, Visforms Joomla 5 and Visforms Joomla 6.

Forum

Visforms Subscription user can ask questions in our forum. Please log in with the relevant user first.
Everybody can access the forum for reading.

Please only ask 1 question per topic.

Important information for almost every question:
V1: Which Visforms version is running?
V2: Which Joomla version is running?
V3: Which PHP version is running?

How to give a background to the tooltips

More
11 years 3 months ago #1105 by Gadroy
Hello,

I want to put a background to tooltips, actually tooltips are transparent, I try to find the class in the css file but I can't find it, if I try to use Firebug there is no line for it.
Where can I found it or what is ne name of the class?
Thanks a lot for your help
Pascal

More
11 years 3 months ago #1106 by Administrator AV
Replied by Administrator AV on topic How to give a background to the tooltips
Hi,

Visforms uses the Joomla! Core code to create tooltips. So usually your template should implement the css needed.
Which tooltip HTML is created depends on the Joomla! Version.
On Joomla! 3 it should be the jQuery tooltips with the following html
Code:
<div class="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>
On Joomla! 2.5 it should be
Code:
<div class="tip"><div class="tip-title"></div><div class="tip-text"></div></div>

Regards,
Aicha

:idea: I recommend you the new and up-to-date documentation for Joomla 6:
docs.joomla-6.visforms.vi-solutions.de/en/docs/
Please ask only 1 question per topic :-).

:idea: Ich empfehle Dir die neue und aktuelle Dokumentation fĂĽr Joomla 6:
docs.joomla-6.visforms.vi-solutions.de/docs/
Bitte immer nur 1 Frage pro Thema stellen :-).
The following user(s) said Thank You: Gadroy

More
11 years 3 months ago #1107 by Gadroy
Replied by Gadroy on topic How to give a background to the tooltips
Thanks a lot, it's impeccable.
See you soon ;)

Moderators: Administrator AVAdministrator IV
Powered by Kunena Forum