-
-
Hello there
I want a clean Product catalog, where the “In Stock”, “Share this” and “Add to Wishlist” is disabled.
So on the single product page I want deactivate all three of them.
On the Shop/Catalog page I want to disable the “heart icon” whitch pops up on hover.
I deactivated the wishlist plugin and also the inventar (woocommerce – settings – products – inventar).
I also tried different code snippets from all over the web, but nothing happened…
I use the June Theme.
Would be great if someone could help me :-)
Thanks and greetings
-
Hello,
-In single product page:
Go to Customizing > Shop > Shop Single product > Shop Share buttons(screenshot), click on the eye to either hide/show a certain social. Or if you want to remove the entire block, add this css into your Custom Css box:.single-product .cl-wishlist-share-wrapper { display: none; }
-To remove “In Stock”, add this css:
.single-product .cl-style-default .cl-info.instock { display: none; }
-On the Shop/Catalog page remove wishlist icon:
.shop-products .product_item.style_normal .cl-actions .add_to_wishlist { display: none; }
Best regards!
-
Hi Mirela
Thanks a lot for your fast answer.
I made it all. Unfortunately nothing worked out…
In single page it still looks like this:
I want to deactivate all of this.
The heart-icon on the shop page is also still there.
Did I make a mistake with the css? I can fill it in under: Costumizer – General – Custom Codes – Custom CSS, is this right?
Thanks for helping me.
-
Sorry, here’s the image:
https://drive.google.com/file/d/1mi19Kn5rONovibCu945AXROwbnSsis-k/view?usp=sharing
-
Hello,
The place you pasted the css is right! I am not sure what happened, but if you can share some wp credentials in a private reply, i can check and make the changes for you.
Let me know.
Best regards!
-
-
Hello,
You had selected the style gallery for the product, while I had style default in my installation. That’s why the css was not valid. I edited that. Same for wishlist and shares.
Please check your site now.
Let me know what other changes you want to have.Best regards!
-
-
My bad. Everythings perfect now. Thanks a lot!
Awesome support.
Best regards and a nice day.
-
You’re welcome!
If you like our theme, please leave a rating on Themeforest. It’s important for us:
https://themeforest.net/downloadsThank You!
-
You must be logged in to reply to this topic.