Nav Bar with other color

Solved

Nav Bar with other color

pimpãoclothing
Tourist
42 0 15

Group 105.jpg

 

Hello everyone, I'm trying to recreate this prototype menu, but I'm not getting it right, I'm leaving the current version below. I mainly wanted the navigation items to be below the logo/search bar/log in/cart, and for them to have a background of this color: #956235 and for this background to go all the way to the edges of the site. Can anyone help? Thanks

 

Captura de ecrã 2025-04-04 221417.png

Accepted Solution (1)
SafeerAhmed
Excursionist
43 9 11

This is an accepted solution.

Sure add this too

.header__inline-menu ul.list-menu{
padding-right:50px;
}
.header-wrapper .page-width{
max-width:100%!important;
}
Safeer Ahmed | Shopify Expert & Developer
Specialist in Shopify Development & Custom Shopify Solutions
Let's connect:safeerahmed23901@gmail.com
If my response helped, give it a like & mark it as a solution!

View solution in original post

Replies 7 (7)

SafeerAhmed
Excursionist
43 9 11

can you please share the preview link and password( if any )

Safeer Ahmed | Shopify Expert & Developer
Specialist in Shopify Development & Custom Shopify Solutions
Let's connect:safeerahmed23901@gmail.com
If my response helped, give it a like & mark it as a solution!
pimpãoclothing
Tourist
42 0 15

Hey! Yes of corse 

Preview link: https://umhw5c-2w.myshopify.com/?_ab=0&_fd=0&_sc=1

Pass: mahpor

SafeerAhmed
Excursionist
43 9 11

Hey go to customize>Theme settings> Layout and set the page width to 1500 to 1600px
then add this code in assets/base.css

nav.header__inline-menu {
    position: absolute;
    top: 75%;
    width: 100%;
    left: 0;
}

a.header__heading-link {
    background: rgb(255 144 76);
    border-radius: 10px;
    z-index: 1;
    position: relative;
}

.header__inline-menu li a {
    color: white;
}
.header-wrapper {
    background: white;
}

feel free to dm me if you need any help  

SafeerAhmed_0-1743803923017.png

 

Safeer Ahmed | Shopify Expert & Developer
Specialist in Shopify Development & Custom Shopify Solutions
Let's connect:safeerahmed23901@gmail.com
If my response helped, give it a like & mark it as a solution!
pimpãoclothing
Tourist
42 0 15

Thank you very much! It helped a lot, but I don't want to take advantage of it, can you help me just adjust the menu items to align with the "cart" and increase the size of the logo? I don't understand much about code as you can see.

SafeerAhmed
Excursionist
43 9 11

This is an accepted solution.

Sure add this too

.header__inline-menu ul.list-menu{
padding-right:50px;
}
.header-wrapper .page-width{
max-width:100%!important;
}
Safeer Ahmed | Shopify Expert & Developer
Specialist in Shopify Development & Custom Shopify Solutions
Let's connect:safeerahmed23901@gmail.com
If my response helped, give it a like & mark it as a solution!
pimpãoclothing
Tourist
42 0 15

It works!! Thank you so much man, you are a life saver!

Smithkatetech
Visitor
1 0 1

In your Shopify theme make sure your navigation block or a similar ul with links) is placed below the logo/search/login/cart block. You may need to wrap each block in a div with clear structure

There are more information you need to know.