Help with website header

Hi there,

The main menu on my landing page: rheakalo.com appears with a different background colour. How do I change that?

Help! It should all be off white and not pink.

Thank you

1 Like

Hey there @RheaKalo I suggest you try this code and let me know if it works for you.

.menu-top { background-color: #000; } .menu-top a { color: #fff !important; }

Hi @RheaKalo

Do you mean the color of the nav?

This one.

You add a color for this area.

This code.

Made4uoRibe_1-1745523671569.png

Could you please send me the code as a copy paste here?

The code I showed you is already in your base.css. So I don’t understand—you said you want the header to be off-white, but then you added code that makes it pink?

1 Like

How can i remove the code that makes it pink? I can’t find it

Good job! You found it.