Home Forums WoodMart support forum How can I custom product grid design? and How can i disable menu bar in Tablet?

How can I custom product grid design? and How can i disable menu bar in Tablet?

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

    sichaphat1996
    Participant

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

    Hung Pham
    Keymaster

    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,

    #502389

    sichaphat1996
    Participant

    For Mobile navbar, I want to disable it in Tablet but I want it to show only on mobile.
    is it possible?

    #502530

    Hung Pham
    Keymaster

    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,

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