Home Forums Basel support forum Navigation Font Settings Reply To: Navigation Font Settings

#1051

Artem Temos
Keymaster

Hi,

Try to add the following code to your Custom CSS section in Theme Settings if you can’t change navigation font in Typography

.main-nav .menu>li>a {
    font-size: 16px;
    color: #cf4545!important;
}