css
Posted: Sun Oct 26, 2025 6:38 pm
Just cant get my head into gear starting off in css.
I would like the top menu black, but not the nav bar. Have I just got to rename one of them?
If so where please.
Thank you
.navbar {
color: dark;
background-color: #000000 !important;
}
.fa-user {
color: yellow;
}
.fa-cart-shopping, .fa-shopping-cart {
color: yellow;
}
I would like the top menu black, but not the nav bar. Have I just got to rename one of them?
If so where please.
Thank you
.navbar {
color: dark;
background-color: #000000 !important;
}
.fa-user {
color: yellow;
}
.fa-cart-shopping, .fa-shopping-cart {
color: yellow;
}