I have a transparent menu on a full size screen. But, it changes color when moved to mobile devices. Where is the setting to keep it transparent regardless of screen size?
If I can’t do that, it is transparent on full screen devices and then blue (proper color) on phones. Yet, at iPad resolution in portrait mode, I get a grey background. Where is that set? The grey does not work for the design.
Thank you
Roger
Hey rmatus,
Please check our documentation on the transparent mobile header
Let us know if you need any help :)
Best regards,
Vinay
Thank you. It is working on small devices perfectly below 755px width and above 970px wide..
However, between 755px wide and 970 wide, an opaque menu appears. This is a problem for the iPad 4 in portrait mode. Is there a fix for this?
Hi,
Please adjust the max-width value to 970px in the below line :)
@media only screen and (max-width: 767px) {
Best regards,
Vinay