Home Forums WoodMart support forum How can I change mobile menu style?

How can I change mobile menu style?

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

    eric
    Participant

    Hi there,
    I would like to change mobile menu style but have no idea where to adjust.
    1. Wanna change the back ground color of mobile menu
    2. Enlarge the text size

    And there is another issue, as I used costume css to set my font family and it worked for English both desk top and mobile but Chinese is not ok for mobile. Any way to solve this problem?

    Thanks a lot!

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

    Hello,

    To change the background color of the mobile menu. Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .mobile-nav.slide-from-left {
    background: red;
    }

    And for the text you can use the typography settings under Theme Settings >> Typography.

    You can read our detailed documentation in the following link:
    https://xtemos.com/docs/woodmart/advanced-typography-settings/

    Please make sure that you have set the CSS for both languages then check back.

    Best Regards.

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