top menu not displaying as in demo

Must have news portal Joomla template with huge amount of module positions, multi column layout and extended menu.
GK User
Tue Aug 24, 2010 3:36 pm
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
User avatar
Fresh Boarder

GK User
Thu Aug 26, 2010 3:40 pm
HELP PLEASE
User avatar
Fresh Boarder

GK User
Thu Aug 26, 2010 4:10 pm
Hi, i don't use this template, but looking for a bit with firebug, i can see a difference in css code, between your site and demo site:

template_css.css (línea 508)

Code: Select all
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;
}
User avatar
Senior Boarder

teitbite
Sun Aug 29, 2010 2:49 pm
Hi

Could You please discribe You problem a little bit better. I see it exacly the same as in demo.
User avatar
Moderator

GK User
Tue Aug 31, 2010 11:48 am
teitbite wrote:
Hi

Could You please discribe You problem a little bit better. I see it exacly the same as in demo.




* Home
* About Us
* Find Us
* Contact Us

in the top menu, very top of the page is not displayed as solid white as it is in the demo
User avatar
Fresh Boarder

teitbite
Wed Sep 01, 2010 4:35 pm
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.
User avatar
Moderator

GK User
Mon Sep 06, 2010 11:57 am
teitbite wrote:
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.


it's still not solid white and bold like the demo...
User avatar
Fresh Boarder

GK User
Mon Sep 06, 2010 1:15 pm
ok it works now
User avatar
Fresh Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.