Home › Forums › Gist › Bold text in menu › Reply To: Bold text in menu
October 21, 2020 at 8:38 am
#11208
Keymaster
Please add the below CSS code on appearance > customize > additional CSS,
.main-navigation ul li a{
font-weight: 800;
}
Hope this helps.
Thank you