How to Edit Hamburger Menu

Hi! For some reason, the sublink “Why Us” in my hamburger menu stays highlighted blue. (See image attached) Any idea on how I can fix this?

This is the website: www.skyshineenterprises.com

hey there

Hope you are having a good day and thank you for your question :slight_smile:
Please add this CSS in appearance - customize - additional CSS

@media only screen and (max-width: 992px){
.header-front-page nav ul.sub-menu li a {
color: #020202;
}
}
@media only screen and (max-width: 992px){
.header-front-page nav ul.sub-menu {
background-color: #ffffff;
border-top: 1px solid #dedede;
}
}

Thanks!
Colorlib Support Team

Hi! That worked! Thank you so much :relaxed:

You are welcome

I will close this case now, Feel free to contact us again if you have other questions Thanks!