• Since the menu on mobile is transparent, makes it very hard to recognize items in menu. Can you please provide me a custom CSS code to fix it?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello @aminjaddi,
    Thanks for reaching out.

    It seems that you didn’t define Header Background here > https://prnt.sc/r5rM5YL3DyGn
    If so, please go ahead and define it to #EEE
    If that didn’t help, you can add the following CSS code to Appearance > Customize > Additional CSS:

    @media only screen and (max-width: 959px){
    	.menu-is-open .header__navigation {
    		background-color:red;
    	}
    }

    I hope this helps! ??
    Kind Regards,
    Milos | GoDaddy

Viewing 1 replies (of 1 total)
  • The topic ‘Help to fix the transparent header menu on mobile’ is closed to new replies.