Home › Forums › WoodMart support forum › Plugin Product Option does not work with your theme › Reply To: Plugin Product Option does not work with your theme
September 14, 2023 at 2:27 pm
#495961
Artem Temos
Keymaster
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.yith-wapo-option .tooltip {
opacity: 1;
visibility: visible;
}