Home Forums WoodMart support forum Extra menu list image size does not work

Extra menu list image size does not work

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #719921

    b.brenner
    Participant

    Hello,
    I created an empty page with an extra menu list element. No matter which size I choose for the image It ist always 18x18px . The developer tool says that the image size is not defined, see screenshot.

    Best regards!

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

    b.brenner
    Participant

    I deactivated all third party plugins but the issue is still the same.

    #719939

    Serg Sokhatskyi
    Keymaster
    Xtemos team

    Hello,

    Could you please temporarily disable all plugins that are not related to our theme (including caching, optimization, and third-party WooCommerce extensions)? This will help us check if any of them are causing the issue.

    After that, kindly share your WordPress admin access using the Private content field so we can investigate it directly.

    We will review your setup and get back to you shortly.

    Best regards

    #720119

    b.brenner
    Participant

    Hello,
    please see admin details below.
    Thanks

    #720204

    Serg Sokhatskyi
    Keymaster
    Xtemos team

    Hello,

    The Extra Menu List element doesn’t have a built-in option to change the icon/image size, so it defaults to 18×18px. If you’d like to use a different size, please do the following:

    – Add a custom class custom-menu-icons to the Extra Menu List element (see example: https://monosnap.ai/file/oXZCNwAZAiyMail3jMKkw9f2JqaXex)
    – Add this CSS in Theme Settings → Global Custom CSS:

    .custom-menu-icons {
    	--nav-img-height: 30px;
    }

    Change 30px to the size you prefer.

    Kind regards,
    XTemos Studio

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