1
0
-1
  1. Michelle [RG]

    Hi Kelli,

    This would be done with CSS and varies by layout. Please open a support ticket and we can help you do this.

    Thanks,

    Michelle

CommentAdd your comment...

1 answer

  1.  
    1
    0
    -1

    With the layout Kelli is using (101), you can add the following code to remove the lines and add a little white space between the menu items.

    /* Removes lines from Menu items and adds line height*/
    .menuL1, .menuL2, .menuL3 {
    border-bottom: 0px;
    line-height: 1.95em;
    }
    
    
    

    Before

    After

    1. Kelli Miesse

      Yeah! Thank you so much!


    CommentAdd your comment...