If you mean the grey background behind the navigation menu then you need to edit the line 615 in your style.css file.
#sidebar {
float: left;
margin-left: 25x;
margin-top: -60px;
background-color: #a6a6a6;
}
Just change background color to whatever color you’d like, or to remove the background altogether just remove this whole line background-color: #a6a6a6;
Hi, love the theme, but the navigation links don’t work when trying to go prev/next. It may be a browser issue, but this is the latest version of Firefox. I tried adding z-index to the nav class links but no improvement.Thanks for any help.
Hi! Very good theme, but how can i get to change theme from right to left(mirror)?
Hello, I like the theme and would like to use it but I would like just to have one column without the right nav column and have a horizontal nav bar on top. Is that possible? I could not find info on this.