Home Forums WoodMart support forum mobile-font-family

mobile-font-family

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

    vindesign_it
    Participant

    Hi,

    I would like to change a font-family to mobile text menu, can you help me ? Is there a CSS code for me. Thanks a lot 🙂

    https://ibb.co/Jj0qNWy

    Vincenzo

    #266180

    Hello,

    I saw the screenshot you attached.

    Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

    span.woodmart-burger-label.wd-tools-text {
        font-family: sans-serif;
    }
    
    .mobile-nav-tabs li {
        font-family: san-serif;
    }

    Best Regards.

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