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;
}
css
- tessthepup
- Certified Developer
- Posts: 381
- Joined: Mon Mar 01, 2021 5:55 pm
- Phoenix Version:
- Has thanked: 47 times
- Been thanked: 62 times
Re: css
@lambro28
Try this
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;
}
-
14Steve14
- Senior Contributor
- Posts: 920
- Joined: Fri Oct 25, 2019 7:01 pm
- Phoenix Version: v1.0.9.1
- Has thanked: 17 times
- Been thanked: 103 times
Re: css
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.