Home Forums WoodMart support forum Mobile Menu Html Block Display Settings

Mobile Menu Html Block Display Settings

Viewing 10 posts - 1 through 10 (of 10 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.

    #624478

    ha21cn
    Participant

    I changed the way of displaying categories in HTML Block. How can I set this up so that the display of Title can be turned off on the mobile terminal?
    One more question, how can I set the Page Background for a separate menu HTML Block

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

    Hello,

    1. Please try to use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Mobile CSS section:

    .wd-mob-nav-html-block .wd-cat-inner .wd-cat-content {
        display: none;
    }

    2. You can change the background for the THML block by editing each menu block and then editing the row and setting the background image or color from the Design option of the row: https://ibb.co/rdSBqwy

    Best Regards.

    #624914

    ha21cn
    Participant

    When I use Product Category, why do I find that some of the images for the product categories are missing? It’s not displayed in full.

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

    Hello,

    Please follow these steps to adjust the image size for the Product Categories Widget:

    1. Navigate to HTML Blocks.
    2. Select Edit this HTML Block using WP Bakery.
    3. Locate and edit the Product Categories Widget to set the desired image size. https://ibb.co/5c8dvj0

    Best Regards

    #625567

    ha21cn
    Participant

    I’ve set the image size as you suggested but it doesn’t change anything!

    #625666

    Hello,

    Edit the Product Categories Widget and set the image size ‘large’. https://ibb.co/5c8dvj0

    If the issue remains, Please try increasing the image size to address the issue. We recommend uploading images with dimensions of 495×496 pixels for optimal display. Let us know if you need further assistance!

    Best Regards

    #625825

    ha21cn
    Participant

    But I don’t have the image size in Large format, I set it to Full and it doesn’t show the full image either

    #625880

    Hello,

    Please try increasing the image size to address the issue. We recommend uploading images with dimensions of 495×496 pixels for optimal display. Let us know if you need further assistance!

    Best Regards

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