Archived topic
Colored Mobile Header
3 replies · Started by Praveen on February 2, 2020
Viewing posts 1–4 of 4
Hi,
I plan to have a colored header for mobile. The issue I am facing is when I make it black (for example), it hides the search and the menu options (as they are also black).
I could not figure out how to change the search and menu option color so that it does not mingle.
Could you help, please!
Hi there,
try adding the CSS
#mobile-header {
background-color: #000;
}
#mobile-header .search-item a,
#mobile-header button {
color: #fff;
}
wohuuu ! worked Thanks a lot David!
You're welcome
This archived topic is closed to new replies.