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
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
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.
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
Hi,
Thanks! This code is a bit different without “>” and it works!
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