Archived topic
WooCommerce product image z-index above tooltip
3 replies · Started by Matt on March 5, 2021
Viewing posts 1–4 of 4
Hi.
See link of website in private info. My tooltip description when you hover over an attribute goes under the product image. https://www.dropbox.com/s/yqrvf97xq9kxhac/Screenshot%202021-03-05%20at%2022.38.37.png?dl=0
How can I fix this?
Hi Matt,
Try this CSS:
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
overflow: visible;
}
That works! You're awesome, thanks.
No problem :)
This archived topic is closed to new replies.