Hello,
Can you please provide a link to your website?
Kind Regards, Roman.
Thread Starter
Anouk
(@anouk197)
I don’t have it live yet 😉
Thread Starter
Anouk
(@anouk197)
I have a static inline menu by the way! So when I’m scrolled down on the page obviously there is no menu, then when I scroll up when the menu comes into sight the background appears – even though I have chosen no background – and then disappears again when the menu is fully there.
Hello,
It looks like a theme issue, I have already reported it. Thank you for pointing it out.
Try to use the following CSS code as a workaround. You can add CSS code in Customize → Additional CSS section.
#masthead {
background-color: transparent;
}
Kind Regards, Roman.
Thread Starter
Anouk
(@anouk197)
Thanks you very much! That really helped.