Home Forums WoodMart support forum Menu Settings

Menu Settings

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

    jgoods
    Participant

    Hi,

    1. Re mobile menu, how do I get rid of the ‘Categories’ section under the mobile menu? Refer to attachment on my current set-up.

    2. Re desktop menu, when I set up the categories and menu, I entered the text in small caps. However, it is displaying in large caps. How to change it?
    Thanks.

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

    Hello,

    1. Switch to the mobile view of the Header builder https://xtemos.com/docs/woodmart/header-builder/header-responsive-settings/

    2. Enter the Mobile menu element and disable showing the Categories.

    Add this code to the Theme Settings > Custom CSS > Global

    body .woodmart-navigation .item-level-0>a {
        text-transform: none;
    }

    Best Regards

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