This topic has 4 replies, 2 voices, and was last updated 3 years, 5 months ago ago by Olga Barlow
Hello!!
I’m trying to hide them, but I can’t find how to hide next elements:
https://longfield.es/wp-content/uploads/Screenshot_4.png.
.- Categorie widget in Shop page and in products page and selection elements object
What can I do?
https://longfield.es/deportes/running/
Best regards,
Hello,
1) To remove the default widget from the shop sidebar go to Appearance > Widgets > add empty text widget to the Shop sidebar. If you want to disable sidebar on the shop page go to Theme Options > Product page layout > Layout > choose without sidebar.
2) Add the below custom to Theme Options > Custom CSS to hide the button
.content-product .product-details a.btn {
display: none!important;
}
Regards
It works!! Thanks!!!
Hello,
You are welcome.
Regards
The issue related to '‘Hide elements’' has been successfully resolved, and the topic is now closed for further responses