• I finally upgraded WordPress and all my themes and plugins to the latest versions over the holidays.

    Now I have an issue with main menu transparency (which I don’t want) when not logged into the site (ie. for most users).

    The corresponding box in the customizer is unchecked for both desktop and mobile menus.
    Is there any other setting that can affect this?

    The page is here: https://the7circles.uk/

    Thanks,

    Mike

Viewing 10 replies - 1 through 10 (of 10 total)
  • Do you want transparency or you don’t want transparency?

    Thread Starter Mike Rawson

    (@mike-rawson)

    As I said in the original post, I don’t want it and it is switched off in the customizer. But still it appears.

    Are you using any menu plugin? Please try to add these codes in the additional css.

    #nav-header.nav-container {
    opacity: 0.99;
    }

    I hope this will solve your problem.

    with regards,
    Jewel

    Or,

    #nav-header.nav-container {
    opacity: 100;
    }

    Thread Starter Mike Rawson

    (@mike-rawson)

    Thanks for the suggestion, but it’s still not working (ie. it’s still transparent) in Chrome on desktop (my working environment).

    Seems okay on Edge, and in Chrome on Android and iPad, but I can’t be certain it was every broken in those environments.

    I have visited your site but it seems ok, but still, if you are facing trouble, please enable the transparency in the customizer and publish and after a minute disable it and then publish again. Sometimes it fixes the issue.

    Thread Starter Mike Rawson

    (@mike-rawson)

    Thanks again. Still a problem for me on desktop with Chrome.

    I had heard switching it on and off could help, but it hasn’t worked for me. I’ll keep trying.

    ok, there is another solution you may try and in most cases that fixes the problem. Question is, are you using any caching plugin or caching from your hosting or something similar? If yes, please purge all cache. I hope this might help you.

    One more thing I forgot to tell you, you should delete browser cache, history, etc. I mean clear them all from all time.

    Thread Starter Mike Rawson

    (@mike-rawson)

    Yes, I’ve been clearing down the cache every time I make a change.

    Thanks again.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Menu transparency’ is closed to new replies.