-
AuthorPosts
-
November 9, 2015 at 4:11 pm #658698
Hey you lovely cats.
I’ve searched, there are many answers, but none have helped me.
In my wee shop, I’d like a WooCommerce ShopManager to be able to add products that automagically appear on a certain page. Achieved this with [product_category category=”showcase”]
All good so far, but the hover ‘Add to Cart’ button appears on the product image. I’d like to force end users to go into the product page, add to cart from there and continue a linear purchase route.
In the (absolutely WONDERFUL) ThemeX support, and other places, I’ve found this code ” .woocommerce ul.products li.product .add-to-cart-button-inner, .woocommerce-page ul.products li.product .add-to-cart-button-inner{ display: none; } ” but it doesn’t work for me. I cannot work out why, and wondered if you could assist me please. Login follows..
November 9, 2015 at 4:13 pm #658703This reply has been marked as private.November 9, 2015 at 10:23 pm #659029Hello There,
Thanks for posting in and giving us your admin credentials. You’re structure might be different. Please use the following CSS instead:
.page-id-682 a.button.add_to_cart_button.product_type_simple { display: none; }
Hope this helps.
November 10, 2015 at 4:09 am #659295Look at your cape blowing in the wind – HERO!
The code you supplied worked in the page’s Custom CSS, but not in the Theme Custom CSS – nevertheless – it worked for me. I should have asked ages ago.
Thanks for your help – the forums and support you guys give is the best I’ve experienced online, for anything.
x
November 10, 2015 at 4:11 am #659300Glad it worked 🙂
If you need anything else, please let us know.
-
AuthorPosts