Page 1 of 1

Color in menu changing

Posted: 18 Aug 2021, 05:39
by metallissimus
Hello,

on https://hochzeiten.danielbollinger.de/ the color of the menu items slowly becomes a bit brighter whenever you don't use the menu for a time. Unfortunately because of the relatively thin font that makes the menu hard to read. I tried several ideas in custom CSS to make it permanently darker but none of them worked. How can I get rid of that brightening?

Re: Color in menu changing

Posted: 18 Aug 2021, 05:50
by mjau-mjau
That effect is by design, intended to fade out the menu when "not in use". As you will find, the menu fades back in again once you either 1) Mouse over the sidebar or 2) Scroll to top. I think it's rather intuitive, but on the other hand, I can see why this effect may be unnecessary and counter-produtive in some cases. You can disable it from Settings > Custom > Custom CSS:
Code
.sidebar .menu {
  opacity: 1 !important;
}

Re: Color in menu changing

Posted: 18 Aug 2021, 05:56
by metallissimus
Aaah, I never thought about opacity, I was so focused on color. Thanks!

I understand the idea behind it, if I had a somewhat thicker font I guess it would work just fine.