Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #281874
    Heinz
    Participant

    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

    #281877
    Skandha
    Participant

    @henebe: Hello Heinz,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #site-primary-navigation {
        background-color: rgba(0,0,0,0.6);
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    #281895
    Heinz
    Participant

    Hello Skandha
    Thank you, works fine.
    regards
    Heinz

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