How to Increase font-size in Hover text box (description box)
- idanfactorAsked on November 15, 2011 at 04:34 AM
Hi,
I tried to increase the font size in the description box using the CSS of jotform.
It didn't work.Please help me to understand.
This is part of my CSS refering to the description:.form-description
{
font-size:20px;
direction:rtl;
align:right;
}
(Didn't work).
- paoloumaliAnswered on November 15, 2011 at 05:01 AM
Hi idanfactor!
Can you provide a link to the page in question? If you're sure about the CSS selector above, please try adding !important like below.font-size:20px !important;
Please let us know if it worked.
- idanfactorAnswered on November 15, 2011 at 05:10 AM
it didn't work:
- JotForm SupportabajanAnswered on November 15, 2011 at 05:14 AM
Change the selector from .form-description to .form-description-content and save the form.
- idanfactorAnswered on November 15, 2011 at 05:38 AM
Bingo!
You always save me...
Big Thanks.:)
- JotForm SupportabajanAnswered on November 15, 2011 at 05:46 AM
You're welcome :)
Cheers