I am currently re-doing my site www.sleepnaked.org in Wordpress. I have found a theme I like but I a few problems have arised. Go here to see the working version of the new site www.convictedcapitalist.com Problem #1 In the Navbar under the Header "Home" shows up twice. How do I correct that? Problem #2 The righthand sidebar has pictures but both pictures are hyperlinked and have a border that is blue when the link has not been visited and purple when it has. Thanks in advance to anyone who know show to fix the problem. Billy
1. Seems like "Home" is the title of your post on the front page. Change it. 2. To remove the border, go to the template and add border=0 attribute to the img tags. If it's not clear enough, PM me.
You can also add the following to your css file and it will work across your entire website for no borders on your images: img { border: none; } Code (markup):