PDA

View Full Version : Navbar menus


051119
08-19-2008, 11:37 AM
I'm trying to edit the colours of the menus that appear when you click on Quick Links & Search in the Navbar.

Obviously this would normally be done through editing the vbmenu_xxx through the Style options, but this edits the colours for *all* the menus, rather than just the Navbar which I want. I've already edited the Navbar colour - that was easy, but I'd rather like to edit the menu colours to match.

I'm guessing create some new CSS classes in the large text boxes at the bottom of the style, but what do I edit to link the two together?

Thanks

Attitude5ire
08-19-2008, 01:24 PM
Yep you are right bout 2 main edits.

1st add custom css class style like
.vbmenu_mycolors {

}
add all changes or color variants you want..

then just goto navbat template and look for the
Quick links and Search container. and replace vbmenu_control with ur custom class.

051119
08-19-2008, 04:38 PM
Thanks for your reply.

I've changed the navbar background but I'm not sure what code to use for the menu itself.

See the attachment, I want to change the colours of the bits that are still in default blue.

Attitude5ire
08-19-2008, 05:25 PM
Alright thats .thead class for sub-menu headings and alt1 class for menu blocks.
you need to add 2 more classes.. for to replace .thead and other to replace .alt1

Once added just replace in navbar template.

051119
08-19-2008, 05:52 PM
I don't understand where I edit the Navbar template to reflect the new CSS classes I have created.