Hello, is there any way to have different text color for sticky submenu/dropdown item for lower resolutions (max-width: 1239 px)?
On our site
http://www.assembly-czech.cz/wp we have blue background for sticky top bar with white text, but in responsive sticky top bar it shows dropdown also with white text (invisible on dropdown background, I want to apply #878786 there).
Thanks for help.
Comments
you can change this background for mobile devices with the following css:
#Top_bar #menu { background: #000 !important; }#Top_bar.is-sticky #menu ul li a { color: #000 !important; }