WebsiteBaker Community Forum

WebsiteBaker Support (2.8.x) => Templates, Menus & Design => Topic started by: mahalleday on March 06, 2008, 01:50:36 AM

Title: How do I style a menu
Post by: mahalleday on March 06, 2008, 01:50:36 AM
I write a little style sheet to style my menu 'menu.css'
I added the link in the head of my template but nothing happens.  I had a look at the source code for the menu and there are no conflicting styles but still nothing shows.  Is there a way to access the code that generates a menu in wsb, so I can have it styled like I want it?
Title: Re: How do I style a menu
Post by: BerndJM on March 06, 2008, 01:55:35 AM
Hi,

- is your "menu.css" at the correct location?
- is the link to your "menu.css" in your template header correct?

Regards Bernd
Title: Re: How do I style a menu
Post by: mahalleday on March 06, 2008, 03:30:40 PM
Yeah I figured it out.  I just looked at teh souce code in my broswer and changed menu.css to target to classes/ids of the <ul> and <li> tagas and their children to  match what wsb's default was.  Now it works just fine.