Helpdesk for Best WordPress Quiz Plugin
Welcome to QSM Support Forum. › Forums › QSM Pro Support › “Hint” styling
Dear Support
I’d like your input to modify the onmouseover(?) message frame of the “Hint” (font color, bg color, frame size)
Thanks in advance
Vasilis
Hi Vasilis,
Welcome to QSM Pro Support forum.
Let me look at the code so that I can help you out. I will get back to you soon.
Regards, Kriti
Dear Kriti,
any update on the issue??
thanks in advance
V.
Please paste the following CSS code in the Appearance -> Additional CSS
.mlw_qmn_hint_link { color: rgb(20, 20, 27); text-decoration: none; font-size: 20px; }
You can customize the CSS styles as per your requirements.
Hi Kriti,
thanks for the reply, though I was referring to the content of the “Hint” as in this topic : https://support.quizandsurveymaster.com/support/topic/opacity-off-on-hint/
Can I modify the size of the box in this case?
thanks
Hi,
I need to check the code again for this.
You can use the following CSS class to increase size of the hint frame:
.ui-widget{ //css-declarations; }
using .ui-widget {} I can decrease the size of the hint frame but I can’t increase it. Same with .ui-widget-shadow {}
Any advise?
BR
Giving height and width of this widget, you can increase its frame size.
Kind regards, Kriti
Hi
It doesn’t work in my case. I can decrease height and width but not to increase it
Please paste the following code in the Appearance -> Custom CSS. You can increase or decrease the width or height of the hint frame using this code.
.ui-tooltip .ui-tooltip-content{ max-width: 600px !important; } .ui-widget{ height: 150px; }
Sorry mate but the issue still remains. I can’t increase hint frame width. Any more ideas??
This code worked on my local website. Maybe I can help if you send me the url of your quizz’s page.