Archived topic
Header Colours
3 replies · Started by johnzoro on December 16, 2017
Viewing posts 1–4 of 4
ok you know how you can change the heaader colour for desktop? is there a way to change the mobile header colour as well?
Hi there,
You can do it with CSS for now:
@media (max-width: 768px) {
#mobile-header {
background-color: #ffffff;
}
}
thanks
No problem!
This archived topic is closed to new replies.