Hello team,
So I have two pages of my site that have different looks from the rest of my site:
and
The menus and sub(sub)menus look good for both on desktop, but they have the standard brown color on tablet and phone and I am not managing to arrive to the proper css to use, could you please help me out?
What I have now for both pages:
.page-id-4485 .sub-menu a {
color: hsl(260, 60%, 20%) !important;
}
.page-id-3208 .sub-menu a {
color: hsl(180, 80%, 20%)!important;
}
Thank you for the help!
