I want to change the color of the navigation menu in header. I want to make it to full length of the screen .
I have created this with this code :
header.header.header–top-center.page-width.header–has-menu
nav.header__inline-menu {
background: #eeeeee;
width: 100%;
text-align: center;
}
.header__inline-menu .header__menu-item span {
color: black !important;
}
@media (min-width: 750px) {
.list-menu–inline > * + * {
margin-left: 20px;
}
}
Hi @MushSon
Please, share your store URL. Thanks!
Here is the link
https://d50kj3-fa.myshopify.com/
password: beitto
I somehow managed to make it full width with this //code:
.header.page-width {
max-width: 100% !important;
padding: 0 0px !important;
}
and also modify the Shopping Bag icon with the cart Icon svg, but the cart icon isn’t aligned and slightly up relevant to menu items. How can I do that? Let me know how can I aligned the Cart icon.
Thanks, It worked. But when I open another page like About Us and during page-load the header is in previous styling. Please check the attached video and then my header will be completed.

