Site logo

Archived topic

Header background color issue on mobile

5 replies · Started by Adrien on October 8, 2021

Viewing posts 1–6 of 6

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.

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 :)

This archived topic is closed to new replies.