Home Forums WoodMart support forum Disable sorting area shop

Disable sorting area shop

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #258330

    Tecfruit
    Participant

    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!

    #258393

    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.

    #258439

    Tecfruit
    Participant

    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.
    #258570

    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.

Viewing 4 posts - 1 through 4 (of 4 total)