What's your biggest current challenge? Have your say in Community Polls along the right column.

Header Menu Issues ( Shopify Dawn Theme )

Solved

Header Menu Issues ( Shopify Dawn Theme )

dreamtechzone_5
Shopify Partner
401 1 68

Hello Everyone!

 

I am using the Shopify Craft Theme. How can I add a line to the header menu? I want to keep it exactly like the image below. I want to add a line after the contact us. Please help me. Thank you in advance.

 

https://blue-chic-clothes.myshopify.com
Password: Admin

 

I have used this code before. But the line is not showing after contact us.

 

a#HeaderMenu-home, .list-menu__item:not(:last-child) {
border-right: 1px solid black;
}

 

What I want:

Screenshot 2024-11-12 012421.png

Accepted Solution (1)

Burte
Excursionist
13 2 4

This is an accepted solution.

You can add below code in css. 

 

.list-menu__item {
   border-right: 1px solid black;
}

View solution in original post

Replies 2 (2)

Burte
Excursionist
13 2 4

This is an accepted solution.

You can add below code in css. 

 

.list-menu__item {
   border-right: 1px solid black;
}
dreamtechzone_5
Shopify Partner
401 1 68

Thank you so much. It worked. But want to remove these lines.

Screenshot (177).png