css

Open to all! Ask other shopowners for help.
Post Reply
lambro28
Member
Posts: 62
Joined: Sun Jan 03, 2021 2:47 pm
Phoenix Version: v1.1.0.6
Has thanked: 11 times
Been thanked: 8 times

css

Post 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;
}
You do not have the required permissions to view the files attached to this post.


Join The Code Co-op to get access to your library in the Code Co-op Forum
User avatar
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

Post 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;
}
14Steve14
Senior Contributor
Posts: 921
Joined: Fri Oct 25, 2019 7:01 pm
Phoenix Version: v1.0.9.1
Has thanked: 17 times
Been thanked: 103 times

Re: css

Post 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.


Join The Code Co-op to get access to your library in the Code Co-op Forum
Post Reply