I'm currently working on customizing the text displayed on my hamburger menu. Below are the codes I've tried to adjust the text and font-family of the hamburger menu, but it seems like these changes only affect the color of the icon, not the actual dropdown text.
.menu-text {
color: #1E90FF !important;
font-family: Georgia;
}
.nav-bar ul {
color: #1E90FF !important;
font-family: Georgia;
}