Hi,
How do I add vertical bar to main menu? For example:
Home | About Us | Contact Us
Thanks.
Hey etheravion!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av-main-nav > li > a > span.avia-menu-text {
border-right: 1px solid #e2e2e2;
padding-right: 15px;
}
Best regards,
Yigit
Hi, the code works great, but the last Menu item also has its right bar. So i cant find the css to remove that particular one
Hi,
Please add following code to Quick CSS as well
.av-main-nav > li:last-child > a > span.avia-menu-text {
border-right: none;
}
If that does not help, please post a link to your website
Best regards,
Yigit
No, it didnt work!
Hi,
Please try this instead:
#menu-item-155 .avia-menu-text {
border-right: none !important;
}
Best regards,
Rikard
Great!! thanks!
Always so helpful