Home › Forums › Basel support forum › Menu fonts – Child theme › Reply To: Menu fonts – Child theme
August 24, 2016 at 6:08 pm
#3112
Artem Temos
Keymaster
Actually you don’t need to change our styles.css. Simply add this code to the Custom CSS section in Theme Settings
.main-nav .menu > li > a {
text-transform: initial;
}