I have used the mega menu with 5 column and I would like the sub-menu font

This topic has 6 replies, 2 voices, and was last updated 7 months, 1 weeks ago ago by Rose Tyler

  • Avatar: mariangio
    mariangio
    Participant
    September 21, 2023 at 12:18

    to be lower case not all upper case. How can I change the display and the size of the font?

    5 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 21, 2023 at 12:35

    Hello, Mariangio,

    Thank you for contacting us and for using XStore.

    Please try to use the next custom CSS code:

    .et_b_header-menu.et_element-top-level .item-design-mega-menu .nav-sublist-dropdown .item-level-1>a {
        text-transform: none;
    }
    .item-design-mega-menu .nav-sublist-dropdown>.container>ul>li {
        margin-bottom: 15px;
    }

    (Theme Options > Theem custom CSS > Desktop);

    or read our documentation and create a Mega menu using static block – https://xstore.helpscoutdocs.com/article/27-mega-menu

    We hope this information is helpful.

    Kind Regards,
    8theme team

    Avatar: mariangio
    mariangio
    Participant
    September 21, 2023 at 12:43

    I have tried the code but it is not changing to lowercase. How to do so?

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 21, 2023 at 13:19

    Hello, Mariangio,

    Sorry, please change the code to:

    .et_b_header-menu.et_element-top-level .item-design-mega-menu .nav-sublist-dropdown .item-level-1>a {
        text-transform: none;
        font-size: 15px;
    }

    Kind Regards,
    8theme team

    Avatar: mariangio
    mariangio
    Participant
    September 21, 2023 at 13:48

    Thanks

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 21, 2023 at 14:05

    Hello, Mariangio,

    You’re welcome!

    Kind Regards,
    8theme team

  • Viewing 6 results - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.Log in/Sign up

Helpful Topics

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.