Header hidden on password page but desktop view only not mobile!

Hi there I need help!!

I’ve managed to code my website so on desktop the header is hidden on the password protection page but on mobile it seems to be shopping the standard header or duplicating the banner image which is my logo.

My website is smezstudios.com

PLZ help!

@smezstudios

add this css code into your theme customizer for password page or in your theme files, base.css.

.password-logo {
	display: none !important;
}

Thanks

Hi!

Thanks so much that’s worked but now my enter using password section is above my logo on iphone do you have any solution for this? I’m not sure why this doesnt show at all on desktop. Ideally i want this removed.

1 Like

Ok I will share it later thanks