Hello Everyone!
I am using the Shopify Dawn Theme. How can I add a line to the header menu? I want to keep it exactly like the image below. Please help me. Thank you in advance.
https://blue-chic-clothes.myshopify.com
Password: Admin
Hello Everyone!
I am using the Shopify Dawn Theme. How can I add a line to the header menu? I want to keep it exactly like the image below. Please help me. Thank you in advance.
https://blue-chic-clothes.myshopify.com
Password: Admin
Try this one.
ul.list-menu.list-menu--inline li:not(:last-child) {
border-right: 1px solid black;
}
And Save.
Result:
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
Oh my bad, replace on this one.
a#HeaderMenu-home, .list-menu__item:not(:last-child) {
border-right: 1px solid black;
}
And Save.
Same Instruction.
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
I’m sorry, the code I provided is based on the current design you have in your store. If you’re not final with your design, you can add it later. To have dynamic designs and make any future changes you want, you would need to hire a developer. For this design, you can add the first code I provided since you don’t have a drop down.