So the title says it all.
I'm having an issue where the header image pops into view when I shrink the screen to mobile size, despite turning on Header Minimalist button - it's absent at fullscreen, which is great. I just don't want any image under the header ever - except my homepage slider - so how do I go about this?
Thanks,
Adam
                 
                
Comments
for that you need to use below custom css:
body:not(.template-slider):not(.header-simple) #Header { min-height: 0 !important; }But of course we know about this mistake and this will be fixed with next update.