my top menu links are being shown as dark blue instead of the bold white in the demo...
how do i fix this?
www.trusttheguild.com
div#top_menu a.mainlevel-nav {
background:url("../images/np_menu_top_li.png") no-repeat scroll right top transparent;
color:#CECBCB;
font:bold 0.9em Arial,Helvetica,sans-serif;
margin-right:0;
padding:0 10px 0 0;
}
Hi
Could You please discribe You problem a little bit better. I see it exacly the same as in demo.
div#top_menu a.mainlevel-nav:link, div#top_menu a.mainlevel-nav:visited {
text-decoration:none;
}
div#top_menu a.mainlevel-nav {
background:url("../images/np_menu_top_li.png") no-repeat scroll right top transparent;
color:#CECBCB;
font:bold 0.9em Arial,Helvetica,sans-serif;
margin-right:0;
padding:0 10px 0 0;
}
Hi
Och now I can see The menu on demo and at Your site got difrent class name. Try to find in template.css this classes:
- Code: Select all
div#top_menu a.mainlevel-nav:link, div#top_menu a.mainlevel-nav:visited {
text-decoration:none;
}
div#top_menu a.mainlevel-nav {
background:url("../images/np_menu_top_li.png") no-repeat scroll right top transparent;
color:#CECBCB;
font:bold 0.9em Arial,Helvetica,sans-serif;
margin-right:0;
padding:0 10px 0 0;
}
and remove the "-nav" suffix from the code.