Home» Forum» Web & Tech» How to change the color of the links bar?

How to change the color of the links bar?

Back to Web & Tech

Hi!! So basically I can't change the color of the links bar. i tried everything and the only thing I managed to do is to make blue a lil darker but I want it black 馃槶 Maybe I'm stupid or using the wrong code but does anyone know what code can actually change the color?

Thank you 馃挅

Hey girly, I hope this helps!

nav .links {

聽 聽 background-color: #000000 !important;
}

(This will be put inside of your聽Layout HTML/CSSand if you'd like to add a background image or something instead I can give you the CSS for that also.)

@Lovey didn't work with nav .links but I change it to .main-nav-container and it worked. Thank you 馃槆

kinda related but if ya wanna center the links as well

#mainNavItems {
聽 display: inline-flex;
聽 width: 100% !important;
聽 justify-content: center !important;
}


:3

@GOAT thank you 馃グ

You must be logged in to reply.