How To Remove The Left Border From The Nav Bar

by Matt on June 13, 2009

I bet you barely noticed that there is a little 1 pixel gray border on the left side of the nav bar. Well, I think that when you are customizing a site, you need to get rid of it. I know, I know. It isn’t that important. But it can really make a site look more symmetrical and crisp. And, as always in Thesis, it is incredibly easy.

  1. Read the first four steps from previous tutoring sessions.
  2. Open the custom.css file with your favorite text editor.
  3. At the bottom of the text, enter the following:
    .custom .menu { border-left: none; }

Yes, it is that easy to remove the border.

Remember, you need to get it, dude.

Leave a Comment

Previous post:

Next post: