Hi, I am currently using the dawn theme and I want to change the menu color to #a01f1f. Can anyone help me with this? I would really appreciate it.
Can you share with me the page url..
Hi @twacomm-store , go to edit code > assets > base.css and add this:
.header-wrapper--border-bottom{
background:#a01f1f!important;
}
Thank you so much for your reply. I tried that but made the header a different color and not just the menu. Any ideas. Thanks again for your help
Yeah, I though that you meant menu background.
Go to edit code > assets > base.css and add this:
.header__menu-item span{
color:#a01f1f;
}
@twacomm-store , well that’s specific. You have to share url so I can send you the code.
https://vikingtelecomsolutions.myshopify.com
Thanks you much Marina for your help! I really appreciate it!
No problem, go to edit code > assets > base.css:
.header__inline-menu{
background:#a01f1f;
}
That worked!!! Your the best! Do you know how to make the menu bar full page?
Hi @twacomm-store , go to edit code > sections > header.liquid and look for this:
Remove 'page-width'.
Hi @MarinaPetrovic , I am trying to do the same thing as @twacomm-store did. I managed to change the color to white, but can’t get the menu bar to be full page.
It seems as if the code in the latest Dawn theme version might be a little bit different.
Any ideas how to get the menu to be full page? Thank you.
Hey @Boky , please share URL so I can take a look.
Thanks for the fast response. I’ve sent you a PM.
Hey @Boky , go to edit code > sections > header.liquid, look for this:
replace it with:
```markup
After that go to assets > base.css and add this:
```markup
.header__inline-menu{
width:100%;
text-align:center;
}
Hi @MarinaPetrovic - do you know how to change the color of just one item in the header navigation? I want my ‘sale’ section to be red, but keep all my other navigation headers black.
Thanks!
I also looking for the same solution here
Hey @MarinaPetrovic do you know, how can I change only one (the first) menu item’s font’s color?
Hi @FHostman , please share url so I can take a look.