Home Forums WoodMart support forum tooltips problem Reply To: tooltips problem

#211628

Artem Temos
Keymaster

Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

.pewc-field-label .tooltip {
	position: static;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	font-size: 14px;
}