I am struggling to find the right CSS selector for the topbar menu. I have created some CSS to add a vertical line between links but I can’t find the selector.
I am currently using to no avail.
li.e29586-7.x-menu:before {
content: "";
position: absolute;
top: 50%;
left: 0;
width: 0.5px;
height: 10px;
margin-top: -10px;
background-color: #ffffff;
}
Also, I have a search dropdown selected. Is it possible to have the dropdown actually pop out but inline across the top menubar instead of dropdown?
