We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Change the color of the navigation menu in Header Trade Theme

Change the color of the navigation menu in Header Trade Theme

MushSon
Tourist
6 0 3

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;
}
}

 

MushSon_0-1730216748433.png

 

Replies 4 (4)

Made4uo-Ribe
Shopify Partner
10211 2427 3079

Hi @MushSon 

Please, share your store URL. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
MushSon
Tourist
6 0 3

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. 

Made4uo-Ribe
Shopify Partner
10211 2427 3079

Add this code then, 

 

a#cart-icon-bubble svg {
    margin-top: 20px;
}

header-drawer {
    margin-left: 0;
}

 

And Save. 

Result:

Made4uoRibe_0-1730295237111.png

I also fix the menu drawer. 

 

 Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better! 

 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
MushSon
Tourist
6 0 3

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.