I have followed Nick in the video he did showing how to make a site like Toms shoes... and all is cool until i got to the custom css navigation... I just can't seem to get it to work.. here is what it looks like he has in the video with my site info added.
Nick shows the custom code being pasted in at about 9:40 of the video
Any idea what where i am goofing up?
I tried using single quotes in the image url without luck also
// Add background to navigation
.navigation_wrap {background:url {"
Please Login or Register to see this Hidden Content
"} repeat-x;height:35px;}
// change the height of the menu items, make them white and uppercase
.main_nav li a {line-height:1.5em;color:@white;text-transform:uppercase;}
// Add a background to the menu items
.main_nav li.current_page_item a, .main_nav li a:hover
{color:white;background:url {"
Please Login or Register to see this Hidden Content
"} repeat-x;}
.page-id-38 {
// remove the padding around the content box
#contentbox .hentry-pad {padding:0;}
// remove the padding around the features sections
#quickslider .content-pad {padding-top:0;}
// remove the padding around the content box
#boxes .boxes-pad {padding-top:0;}
}