• Resolved marketabilities

    (@marketabilities)


    How do I get rid of the – in front of sidebar navigation menu? When I have a long menu item (eg Strategic Planning and Consultative Services) on right sidebar it does not line up nicely. I either need to get rid of the “-” in front of menu or line up second line so it is lined up with first line of text.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • The following CSS should work

    #menu-services-practice-areas li a:before {
    	display: none !important;
    }
    Thread Starter marketabilities

    (@marketabilities)

    Thanks, Jarret. I’ll need to remove it from all of the menu tabs/links and this looks like it only applies to that one tab/link. With your hint, I think I can figure it out from here. I surely do appreciate your help and quick response!!

    Thread Starter marketabilities

    (@marketabilities)

    btw I just noticed your code was for the entire menu not just that one tab/link. Thanks again!!!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘how to get rid of – next to sidebar nav menu’ is closed to new replies.