Menu background
Hello
With,
/ * Transparent menu * /
.site-primary-menu.toggled-on {
background-color: rgba (0, 0, 0, 0.6)! important;
}
/ * Transparent submenu * /
.site navigation ul ul, .site navigation ul ul li {
background-color: rgba (0, 0, 0, 0)! important;
}
my menu background becomes semi-transparent (0.6). But only on the first page. If I scroll down, e.g. to https://vah.ch/#service-section, the transparent settings are not adopted, i.e. the transparency is now 0.
How can I set the menu background on the other pages?
Many thanks for the help.
regards
Heinz