I was trying to change one menu item “SALE” to be in red color.
I managed to do that using the below code in base.css
a[href^="/collections/sale"] span {
color: red!important;
}
however, it only applies to desktop version menu. when using drawer mobile menu, it is still showing in Black color.
how can i also change one specific menu item to show in red for mobile menu
site: