Hello,
I’m working on a new website:
On the header, I have 2 menus and my question is how to change the color of them. From black to white.
Thank you,
Metàfora
Hi Metàfora
This should not be too hard to achieve.
Could you please post the link to the website here?
Cheers
Michael
Hi,
Please replace following code
.sub_menu {
float: left;
z-index: 2;
font-size: 11px;
line-height: 30px;
position: relative;
top: 10px;
}
with following
.sub_menu {
float: left;
z-index: 2;
font-size: 11px;
line-height: 30px;
position: relative;
}
Then delete following
@media only screen and (min-width: 601px) {
#mega-menu-wrap-avia2 {
background: #222;
}}
and add following
#header_meta a.mega-menu-link {
color: black;
}
If this does not help, please post a screenshot and show the changes you would like to make.
@michaelH Thanks for your help!
Best regards,
Yigit