fbpx
🤝  NEW YEAR SALE RETURNS - 50% OFF all plans! 🤝 Grab it Now

Tooltips are not visible in my product page

I’m actually a Pro user but when I purchased the pro version I typed my e-mail address incorrectly so I don’t have access to my getwooplugins portal and don’t have the e-mail confirmation.

With that said, I’m having issues in my current development website with the tooltips being hidden behind something so all i can see is a little bit of the bottom of the shadow. Also, it would be great if the swatches could show up below the woo-selected variation item name so that the swatches didn’t bounce around the screen depending on the length of the variation name.

Can you please help me out with these two probably simple issues so that I can move forward with my development?

Please let me know if you have any questions or need any additional information.

 

Thank you,

Andy Ciaravino
Worldwide Sport Supply
[email protected]

 

Humayon Kabir

Hello Andrew Ciaravino,

Welcome to the support centre. I’ll be happy to help you with this.

Please add the below CSS code in your theme or child themes style.

.wvs-loaded .grve-var-label + .grve-var-content {
overflow: unset;
}
.wvs-loaded .variable-items-wrapper [data-wvstooltip]:before, .variable-items-wrapper .wvs-has-image-tooltip:before {
background-color: rgba(51, 51, 51, 0.9) !important
}
.wvs-loaded .variable-items-wrapper [data-wvstooltip]:after, .variable-items-wrapper .wvs-has-image-tooltip:after {
border-top-color: rgba(51, 51, 51, 0.9) !important;
}

Hope it will solve your above-mentioned tooltip issue.

By the way, stay safe and take care of your family. Hopefully, Covid-19 outbreak will end up soon.

Thanks