How to fix resizing and color issues with store header on load?

Hello,

I’m having a problem with store header where on reload the header resizes its self i need this to be of fixed height and so it doesn’t crop image as well. can you guys help me in this?

Also when i hover over the nav menu on load its submenu background color first appear as white and then gets black i don’t like that white color to appear.

Here is the site store.

https://www.serialdripper.com/

Hi @z-bug

Kindly paste the below CSS at bottom of the theme.css under assets.

body #HeaderWrapper { height: 60px; }
body .tmenu_submenu_mega_fullscreen::before { background-color: #000; }

Hi @z-bug ,

I checked and everything works fine, did you solve it?

Hi thanks for messaging . But the background color still appears white.:frowning:

Hi bro

yeah a little bit but not accurately.

Hi @z-bug ,

Go to Assets > theme.css and paste this at the bottom of the file:

.site-nav__dropdown.megamenu {
	background-color: #000000 !important;
}

Hope it helps!

Thank you it worked:)