Important:
This support area is for Kalium 3 users only. Support for Kalium 4 has moved to our new platform at support.laborator.co. If you’re using Kalium 4, please create a new account there using your email and license key. A password will be sent to you automatically.

Okay
  Public Ticket #894842
font
Closed

Comments

  • leon started the conversation

    how can i change footer and menus  text size and font?

    Thanks.

  • [deleted] replied

    Hi Leon,

    Can you please add the code below to Custom CSS

    .main-header.menu-type-standard-menu .standard-menu-container div.menu>ul>li>a, .main-header.menu-type-standard-menu .standard-menu-container ul.menu>li>a {
        font-size: 20px !important;
    }
    
    .main-footer .footer-bottom-content a, .main-footer .footer-bottom-content p {
        font-size: 18px !important;
    }