Tagged: ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #879990

    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.

    #880094

    Hey Jason,

    To fix it, add this custom code:

      .avia-menu a:first-child {
        border-left: none !important;
      }
    

    Best regards,
    John Torvik

    #880100

    Thanks John, but that removes all of the vertical lines, leaving only the menu text.

    • This reply was modified 6 years, 11 months ago by jasonlmook.
    #881116

    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

    #881348

    That did it. Thank you Victoria!

    #881366

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Removing Separator on one side of a menu item’ is closed to new replies.