Home › Forums › WoodMart support forum › tooltips problem › Reply To: tooltips problem
July 16, 2020 at 11:17 am
#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;
}