Hi,
It looks as though your menus have different ids. Try the following:
ul#SiteNav,
ul#MobileNav {
li:first-of-type a {
color: red;
}
}
Regards,
Tom
Hi,
It looks as though your menus have different ids. Try the following:
ul#SiteNav,
ul#MobileNav {
li:first-of-type a {
color: red;
}
}
Regards,
Tom