How can I custom product grid design? and How can i disable menu bar in Tablet?
-
I have 2 questions
1) How can I custom product grid design?
2) How can i disable menu bar in Tablet?
Attachments:
You must be
logged in to view attached files.
Hi sichaphat1996,
Thanks for reaching to us.
1. You can make changes for grid product design in Theme Settings > Product archive > Products grid
However, your question is general so if you need more helps please describe in details then I can assist you better.
2. You can disable / rearrage buttons via the Theme settings > General > Mobile bottom navbar. https://prnt.sc/xbHazUS7jC1I
Regards,
For Mobile navbar, I want to disable it in Tablet but I want it to show only on mobile.
is it possible?
Hi sichaphat1996,
In order to do that, add below Custom CSS code to Theme Settings > Custom CSS > Custom CSS for tablet
.wd-toolbar{
display: none;
}
Regards,