Home Forums WoodMart support forum Mobile Menu Html Block Display Settings

Mobile Menu Html Block Display Settings

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #624334

    ha21cn
    Participant

    I would like to know how to hide the category title in the HTML Block menu settings on mobile and how to set it to show 3 columns instead of 2.

    Attachments:
    You must be logged in to view attached files.
    #624413

    Hello,

    1. To hide the title, please use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Mobile CSS section:

    div.product-category .wd-entities-title {
        display: none;
    }

    2. To change the columns numbers in mobile, please edit the HTML block Menu >> Then Edit the Product Categories widget >> From the Style Tab >> Layout >> Select the mobile view and add the numbers of columns: https://ibb.co/7VnZ0vx

    I have done it for one category: https://ibb.co/TLNggjr

    Best Regards.

    Best Regards.

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