Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #845378

    Hi,
    I have tried a lot of custom css from other similar tickets but it does not help me so could you please tell me:

    Where do I change the black background colour for the menu bar below the logo. It should be #002b45 and the menu links still white. It should be changed all over, both where there are menu links and also the space between for instance the menu links and the seach icon at the right.

    See in the private section for credentials if you want to acces the site.

    Best regards,
    Mette

    #845644

    Hey Mette Juul,

    Add this to quick css:

    #header_main_alternate.container_wrap{
    background:#002b45!important;
    }
    
    #header .av-main-nav > li > a{
    background:#002b45!important;
    }

    Best regards,
    Jordan Shannon

    #845764

    Hi Jordan
    Thank you but it only works partly – the colour is now blue some places but the background behind the menu links and the search icon is still black – you can see this if you access the site.

    #845935

    Hi,

    This portion should have taken care of those sections:

    #header .av-main-nav li a{
    background:#002b45!important;
    }

    Have you tried clearing your cache a few times over?

    Best regards,
    Jordan Shannon

    #846207

    Hi,
    Thanks! This code is a bit different without “>” and it works!

    #846221

    Hi,

    Great! I’m glad I was able to help. If you need anything else, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Change background colour of the menu bar’ is closed to new replies.