Hi friend,
I've a problem with color fonts on action bar when responsive mode is on. I can't see the colors right on this. My website is
[Links visible only for registered users] and you can see this fail on the images above.
Thanls for your support in advance.
Comments
background color of Action Bar is exactly the same as font color on mobile and that's why fonts are invisible. And to change it's background color, you need to use the following css:
.header-classic #Action_bar, .header-plain #Action_bar, .header-split #Action_bar, .header-stack #Action_bar { background-color: #424242 !important; }