Hello, I need your help, I want my mega menu tabs to have white dividing line between them, Who can help me with that ? Thank you in advance !
I want dividing lines between TOP PICKS | JEWELRY | CULTURE
Hello, I need your help, I want my mega menu tabs to have white dividing line between them, Who can help me with that ? Thank you in advance !
I want dividing lines between TOP PICKS | JEWELRY | CULTURE
Hello @AceStore
Its Artzen Technologies! We will be happy to help you today.
PLEASE SEND ME YOUR STORE URL
Let me know if need further assistance
Regards,
Artzen Technologies
Hello @AceStore
Its Artzen Technologies! We will be happy to help you today.
Follow the Below Steps:
AFTER ADDING ABOVE CSS THE RESULT:
Let me know if need further assistance
Regards,
Artzen Technologies
Thank you, it works ! Do you know how to make dividing lines full header length and just on the right and left side of “JEWELRY”, Thank You in advance !
Hello @AceStore
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->styles.css>Add this code at the bottom.
li.navigation__item {
border-right: 3px solid #fff;
}
li.navigation__item.navigation__item--with-children.navigation__item--with-small-menu {
border-right: none;
}
@AceStore If helpful, pleaseLike and Accept this Solution to help others
Perfect, thank you so much, but do you how to make them full length, so lines touch the top and the bottom of the header ? Thank you in advance !