Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #41232
    patriciasaid
    Member

    On this site I have edited the CSS to make the menu as plain as possible. http://www.carolsaindonartist.com/
    Somehow I have missed how to remove the vertical bars/borders between menu items. I would like to remove them or color them to #dcdddf so they blend with the background. Please point me to the CSS entry that will allow me to make this change. Thank you!

    #41271
    Sakin
    Keymaster

    @patriciasaid: You can add the following css in “Appearance => Theme Options => Custom CSS” to remove the border.

    #branding ul.menu li {
        border: none;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘remove Main Menu vertical lines’ is closed to new replies.