Disable sorting area shop
-
Hi,
Can you please tell me how to disable the sorting area from shop? I want to set the shop page as shop-masonry page. Thank you!
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.woocommerce-ordering {
display: none;
}
Best Regards.
Thank you! it worked!
Now, I don’t know how to activate the bottom menu in the mobile version. Thanks!
Attachments:
You must be
logged in to view attached files.
Hello,
Most Welcome.
I saw the screenshot you attached.
You can enable the mobile bottom navbar from Theme Settings >> General >> Mobile Bottom Navbar.
Screenshot for Clarification: https://ibb.co/GHGr6VY
Best Regards.