Hi,
How do I make the menu bakcground transparent on mobile?
It is white now but I want it to be transparent.
Hello,
I see the header is already transparent. But the main content is after header div. That’s why header looks white. Added this css to reposition main content in mobile so it’s under the header, making it look transparent.
@media (max-width: 480px){ main#main { margin-top: -60px; } }
Let us know. Best regards!
You must be logged in to reply to this topic.