Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Design My Weebly Menu has become invisible Reply To: My Weebly Menu has become invisible

#248198
giudev
Participant

Just add the class “wsite-editor” to the body element

In your css you have the following rule:

body:not(.wsite-editor) .logo, body:not(.wsite-editor) .desktop-nav {
opacity: 0;
}

This means if <body> does not have class .wsite-editor then .logo and .desktop-nav have both opacity 0.

Can’t tell if there’s a reason for that or there is something wrong with the code.
But either you could remove that css rule or just be sure that body always has .wsite-editor class