This topic has 10 replies, 2 voices, and was last updated 3 years ago ago by Rose Tyler
I want to hide the shopping cart from the product as shown in the picture
And I want to move the part about adding the wishlist to the bottom right, as in the picture
https://i.gyazo.com/06f8b883587af17cb49daf648028dc90.png
Hello,
Theme Options > WooCommerce > Shop > Products style > Product Content Elements > disable Add to cart button
Regards
I just want to hide part number 1.
When I do what I suggested above he hides Parts 1 and 2
https://www6.0zz0.com/2021/11/08/15/861601826.png
Hello,
In this case, provide URL of the page with mentioned buttons, we will try to help using custom CSS code.
Regards
Please excuse my lack of experience, can you guide me how to do this?
Hello,
Copy URL of page you are talking about, from where the add to cart button should be hidden, and provide that link via the Private Content area here.
Waiting for your reply.
Regards
check privet area
Hello,
Here is what I can see – https://gyazo.com/5af00ac4ee2083615c976cd61f3e843d There is no mentioned button visible. Have you changed settings?
Regards
I told you before that it is with the in stock products
https://recordit.co/x7om1SWBDT
Hello,
Try to use the next custom CSS code:
.product-view-mask2 .footer-product .button {
display: none;
}
.product-view-mask2 .footer-product {
bottom: 3px !important;
right: 0 !important;
}
Regards
The issue related to '‘Hide the shopping cart from the product’' has been successfully resolved, and the topic is now closed for further responses