Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1301355

    Hello all
    On the page (see below)

    I have created two submenus under “Kontakt”: “Impressum” and “Datenschutz”

    my problem
    I just can’t manage to change the background from white to blue.

    thanks in advance

    kind regards
    Franz

    #1301558

    Hey schweg33,

    Thank you for the inquiry.

    You can use this css code to change the background of the drop down.

    #top .av-subnav-menu li > ul > li {
        background: blue;
    }
    

    If you want to change the color as well, try this css code.

    #top .av-subnav-menu li > ul > li > a > .avia-menu-text {
        color: red;
    }
    

    Best regards,
    Ismael

    #1301573

    thanks for the quick feedback
    Ismael

    both code do not work

    thank you
    kind regards
    Franz

    #1301792

    Hi Franz,

    I’ve added the CSS for you, and it’s applying on your site. Please review it.

    Best regards,
    Rikard

    #1301818

    hallo rikard
    thank you

    sorry
    would like natural another color
    where can I change this css myself?

    i want the same colors as in the footer
    background #004996
    font #d5a100

    thank you and nice greetings
    Franz

    #1301819

    me again :-)

    have found it
    many thanks

    you can then close this request

    kind regards
    Franz

    #1301926

    Hi Franz,

    Great, I’m glad that you got it working, and thanks for the update. I’ll go ahead and close this thread for now then, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

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