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.
- Read the first four steps from previous tutoring sessions.
- Open the custom.css file with your favorite text editor.
- 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.