HI, i have been trying to include via css a menu separator ( / ) in-between menu items in the the secondary menu. Some help would be much appreciated.
Thankyou
Hey rsewards!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .sub_menu>ul>li:after {
content: '/';
padding-left: 10px;
}
#top .sub_menu>ul>li:last-child:after {
display: none;
}
Best regards,
Yigit
Thank You !!