I would like to remove the vertical line to the left of the first (left most) menu item; or alternatively, add a vertical line to the right of the last (right most) menu item.
Hey Jason,
To fix it, add this custom code:
.avia-menu a:first-child { border-left: none !important; }
Best regards,
John Torvik
Thanks John, but that removes all of the vertical lines, leaving only the menu text.
Hi jasonlmook,
Please use this code instead
.avia-menu #menu-item-1949 a {
border-left: none;
}
If you need further assistance please let us know.
Best regards,
Victoria
That did it. Thank you Victoria!
Hi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon