PDA

View Full Version : navbar css customisation


ehmud
03-18-2011, 01:00 PM
Hi

I want to customise navbar style to look like my main site menu. i have done most of that but how to add bottom border to the main navigation bar like in http://www.wikivisas.com/

Lynne
03-18-2011, 04:19 PM
Can you post a link to your site so we can see the CSS you would have to add.

ehmud
03-18-2011, 05:05 PM
This is the link to my site which I want to add: http://www.wikivisas.com
i only want to add a border at bottom of the main navbar (like in http://www.wikivisas.com).

Lynne
03-18-2011, 07:15 PM
You've posted a link to the site showing the bottom border again. We need a link to your site - the vbulletin site - so we can see what it currently looks like.

ehmud
03-19-2011, 05:19 AM
vbulletin site link: http://www.wikivisas.com/forum/

Lynne
03-19-2011, 04:29 PM
.navtabs ul {
border-top: 3px solid #4387C5;
}

ehmud
03-21-2011, 09:48 AM
Thanks Lynne :)