Home › Forums › Quform WordPress › Tooltip box width and background styling
Is it possible to: – set the width of the tooltip box? and – change the background colour, border colour and border width?
Hi Ally,
I have been able to fix this by selecting Custom in the form CSS style dropdown and adding “my-tips”, then in Settings added the following CSS.
/* Tooltip custom styling */
.my-tips { background: #000044; color: #FFFFFF; font-size: 12px; line-height: 15px; border: 1px solid #00CCFF; padding: 5px min-width: 180px !important; max-width: 180px !important; }
You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
Ally,
I have managed to get tooltips styled and working on 2 of my 3 forms. For some reason tooltips are just not displaying on the 3rd form all 3 forms have the same tooltip settings.
Can you think of any reason this might occur?