Support ForumTooltip font size – Support Forum https://support.ishyoboy.com/forums/topic/tooltip-font-size/feed Mon, 12 May 2025 05:33:57 +0200 http://bbpress.org/?v=2.5.12-6148 en-US https://support.ishyoboy.com/forums/topic/tooltip-font-size/#post-524 <![CDATA[Tooltip font size]]> https://support.ishyoboy.com/forums/topic/tooltip-font-size/#post-524 Wed, 04 Sep 2013 10:11:15 +0000 axeldev Hello,

I tried increasing font size in my child theme using the following class:

.tooltipster-content {

I found that while I can change other features (e.g. uppercase, text-shadow…) I can’t seem to change the size (e.g. with !important, or targeting .tooltipster-content p…).

I checked the tooltipster css guidance which suggested I may need to define .tooltipster-content itself with class specific to Minicorp.

Is this possible?

thank you very much

]]>
https://support.ishyoboy.com/forums/topic/tooltip-font-size/#post-529 <![CDATA[Reply To: Tooltip font size]]> https://support.ishyoboy.com/forums/topic/tooltip-font-size/#post-529 Wed, 04 Sep 2013 10:48:44 +0000 IshYoBoy Hi there,

Try the code below.

You can use the “Inspect Element” feature of modern browsers to see what styles are applied to the mentioned element and search for font-size. You can then find a “stronger” selector than yours (CSS selectors have priorities). So just use it.
Btw, the tooltipster is generated dynamically so it is created on mouseover at the complete bottom of the body. You can use chrome and Developer tools so that the tooltipster remains when you inspect it. just make sure not to hover over the page.

Hope this helps.

Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>
https://support.ishyoboy.com/forums/topic/tooltip-font-size/#post-536 <![CDATA[Reply To: Tooltip font size]]> https://support.ishyoboy.com/forums/topic/tooltip-font-size/#post-536 Wed, 04 Sep 2013 11:13:58 +0000 axeldev Thanks for your reply

I checked the tooltipster css again and it appears that this setting is overriding any changes I may be making:

.tooltipster-default p {
font-size: 18px !important;
}

due to !important

Unfortunately, I can’t seem to find a stronger selector…

Thanks again for your help

]]>
https://support.ishyoboy.com/forums/topic/tooltip-font-size/#post-541 <![CDATA[Reply To: Tooltip font size]]> https://support.ishyoboy.com/forums/topic/tooltip-font-size/#post-541 Wed, 04 Sep 2013 11:55:06 +0000 IshYoBoy Hmm,

Why would you need to style P? Are you creating full HTML content? Doesn’t it work without the as well !important?

What about using extended selector for the changes you might be making?

.tooltipster-default .tooltipster-content p {…}

Cheers.

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>
https://support.ishyoboy.com/forums/topic/tooltip-font-size/#post-549 <![CDATA[Reply To: Tooltip font size]]> https://support.ishyoboy.com/forums/topic/tooltip-font-size/#post-549 Wed, 04 Sep 2013 12:17:37 +0000 axeldev I have one tooltip with some HTML content, however I was trying to change font size accross all tooltips regardless.

Unfortunately I did try that one too ;)

It’s OK, thank you for your help anyway, this is not a big issue and I don’t want to take up too much of your time on this – I will leave it as it is for now.

Cheers

]]>
https://support.ishyoboy.com/forums/topic/tooltip-font-size/#post-556 <![CDATA[Reply To: Tooltip font size]]> https://support.ishyoboy.com/forums/topic/tooltip-font-size/#post-556 Wed, 04 Sep 2013 12:43:49 +0000 IshYoBoy Hey,

Okay ;) Just let us know if anything.

Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>