How do I change the header menu font color in Craft theme?

Hi, Does anyone know how to change header menu’s link colour? Now, as u can see in the photo below it’s “opacity”. Can this be easily changed in theme settings (I didn’t find), or do I need to change the code? I want it to be clear white (Solid button label), like in the active link. I’m using Craft theme. Thank you for advance! :slightly_smiling_face:

Hi @blondeintrouble ;

Unfortunately you have to enter some codes. In your theme library. Click Actions > Edit Code. Then it should open the code editor. Find the Assets folder and open the base.css. Then paste the code at the very bottom.

Let me know if it works

.header__menu-item {
  color: #ffff !important;
}

IT DID WORK!! THANK U MILLION TIMES! Hopefully others find this as helpful too! @made4Uo :slightly_smiling_face:

Good to hear. Please mark this solve. Thank you

Hi Made4Uo,

Thanks for the info! very helpful, however the issue I’m now having is when you scroll down the logo and menu becomes invisible due to white background (white on white)
Would you also know how colours can flip once you start scrolling down?
so lets say the logo and the menu are in white colour on the image banner and when you start scrolling down it switches to a white bar with black logo and black menu colour.

many thanks!
Giud