I had support help me get the lines between the menu items on the header, but that code is not working the same for the footer. Please help.
ul.x-menu-line-between li {
position: relative;
}
ul.x-menu.x-menu-line-between li:after {
content: “”;
height: 18px;
width: 1px;
position: absolute;
z-index: 9999;
background: #ad7f32;
right: 0;
top: 15px;
}
ul.x-menu.x-menu-line-between li.menu-item-153:after{
background:none;
}