hi kriesi team
i cant change the background colour (of the whole bar) and the font colour of the “small bar above the main menu” (with telephone info, 2nd menu and social icons)
the advanced settings for “small bar above the main menu” where you should be able to change this, are not working. it does nothing, it only changes the font type but not the colours
i searched the forum for this problem but none of the provided css codes seem to solve my problem
thank you
greetings
richard
Hi @richardhofer83;
have you tried these codes :
adjust your own colors
#top #header_meta{background-color: #000000 !important;border-bottom-color: #EF784A !important;}
#top #header_meta .phone-info{color: #ffffff !important;}
hi yes thank you it worked :)
i added this code, with this you can change the font color of phone info and the 2nd menu
#header_meta * {
color: blue !important;
}
topic closed :)