Page 1 of 1

css

Posted: Sun Oct 26, 2025 6:38 pm
by lambro28
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;
}

Re: css

Posted: Sun Oct 26, 2025 7:28 pm
by tessthepup
@lambro28

Try this

Code: Select all

.cm-header-menu {
  background-color: #f8f9fa !important;
}
lambro28 wrote: 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;
}

Re: css

Posted: Sat Nov 01, 2025 11:43 am
by 14Steve14
In my version its possible to change the colour of the navbar in modules - content - navigation bar. There is a listing of the different options available. System may have changed in newer versions.