Reply To: Tooltip box width and background styling

Home Forums Quform WordPress Tooltip box width and background styling Reply To: Tooltip box width and background styling

#34390
MOVOX
Participant

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;
}

Be inspired. © 2024 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy