This topic has 8 replies, 2 voices, and was last updated 6 years, 6 months ago ago by Rose Tyler
Hello..i have a product widget in Main Sidebar…but I don’t want show it in movil phone…how?
Regards,
Hello,
You can use custom css code to disable it on mobile. We will be able to help with the code once you provide us with page URL.
Regards
Hello,
In all product page…www.longfield.es
https://longfield.es/longfield/perneras-compresivas/ for example…
TKS!!!
Dear @Rodrigo,
Thanks for the URL.
Please add this code in Theme Options > Custom css > Custom css for mobile:
.single-product-sidebar.sidebar-right {
display: none;
}
Regards
Great!!..at teh same time, same operation with categories…
https://longfield.es/deportes/running/
A don’t want show categories in this pages…
How can I do?
TKS!
Please change the previous code to:
.single-product-sidebar.sidebar-right, .tax-product_cat .sidebar {
display: none;
}
Regards
Thanks Rose!!!
You’re welcome!
Regards
The issue related to '‘Product widget’' has been successfully resolved, and the topic is now closed for further responses