Hey guys!
How best can I get a divider between nav items that look like this: //
Random request from client. Links below….
Thank you,
Hey Justin,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.av-main-nav li > a:before {
content: '//';
}
.av_seperator_small_border .av-main-nav > li > a > .avia-menu-text {
border: none !important;
}
ul.sub-menu li > a:before {
display: none;
}
ul#avia-menu > li:nth-child(1) > a:before {
display: none;
}
Best regards,
Jordan
Jordan thanks!