This topic has 6 replies, 2 voices, and was last updated 8 years, 3 months ago ago by Robert Hall
Hi there,
What code do I need to add to change the header color when using mobile phone please.
I’m using header 10 on wide
Website in private
Hello,
You can use this code in Theme Options->Custom CSS->Custom CSS for mobile.
.header-wrapper {
background-color: grey;
}
Regards,
Robert Hall
thanks will try that.
if I wanted to create more color in the header can I just add padding to top and bottom?
Yes, you can play with padding value. For example
.header-wrapper {
padding: 30px 0px;
}
Regards,
Robert Hall
Thank you, please mark as resolved.
You’re welcome!
Regards,
Robert Hall
The issue related to '‘CHANGE HEADER COLOR ON MOBILE’' has been successfully resolved, and the topic is now closed for further responses