Archived topic
Header background color issue on mobile
5 replies · Started by Adrien on October 8, 2021
Dear Team,
I've made this quick video to explain you my issue: https://www.awesomescreenshot.com/video/5556151?key=f3635623d5b54e828ecc0e6ef56cf5c1
Basically, I've set a base color for my header (navy blue). However, on mobile the background color becomes white. I can't find where to set this up in the customiser.
I'd like the background color to be identical on desktop and mobile.
Appreciate your help. Kind regards, Adrien
Hi there,
thanks for the video.
Can you set the Background Color of the Primary Navigation - the Mobile Header should inherit that color.
Hey David,
Yep i had tried that but it's creating another issue on page where I have banners merging with menu.
Here's a quick video or image below: https://www.awesomescreenshot.com/video/5556938?key=19af0b1b68096804991b6cd3968c4df2
Image: https://www.awesomescreenshot.com/image/14743614?key=6ff531b5efb4321b24bf0033068ab860
Try this CSS:
#mobile-header {
background-color: blue;
}
Let me know :)
Thank you very much Ying for your help. This solved my issue.
No problem :)