Shopify themes, liquid, logos, and UX
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
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:
Solved! Go to the solution
This is an accepted solution.
You can add below code in css.
This is an accepted solution.
You can add below code in css.
Thank you so much. It worked. But want to remove these lines.