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;
    }