Home › Forums › Basel support forum › Menu fonts – Child theme › Reply To: Menu fonts – Child theme
August 21, 2016 at 10:52 am
#2987
Artem Temos
Keymaster
Okay, so if you are going for example to change menu text to lowercase so the code will be like this
.main-nav .menu > li > a {
text-transform: initial;
}