How to Remove Vertical Line Between Menu Items

  • Author
    Posts
  • #64085

    I’ve found several posts regarding this in the forums, but none of the suggested code worked for me. I just want the vertical lines between the menu items gone so it is just text. Not sure if they are a pipe “|” or a shadow or border or what, but I can’t seem to make them go away. I’m sure the answer is something that’s going to be simple.

    Website: www.erodiator.com

    #64433
    Zed
    Cryout Creations mastermind

    The delimiters are CSS-based.

    body #access > .menu > ul > li > a > span {
        border-color: transparent;
        box-shadow: none;
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘How to Remove Vertical Line Between Menu Items’ is closed to new replies.