Hide “select options” element under the product thumbnail
-
Hi,
Would appreciate your help. So, when you point the mouse on the product, under the thumbnail usually appears “select options” or similar ad. I managed to hide with css from variables using as below, but it still remains the horizontal line which appears when you point the mouse, how do I rmeove it?
Also the code below did not remove the appearing add on single product, how can I solve this?
Thanks a lot.
/* Hide ‘Select options’ button from categories page */
.woocommerce .products .product_type_variable {
display: none !important;
}The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Hide “select options” element under the product thumbnail’ is closed to new replies.