Can't nail this menu. Please Help
-
Hey all.
new to wordpress, haven’t built a website since Dreamweaver 2!bit of n00b, but please help, i’m gradually getting my head around this.
I cannot for the life of me work out this menu.
I’d like to unbold the text, center the text (i realise this could be tricky…), change the background colour of the menu area and make the whole menue not quite as high.
Here’s the menu css
/* --------- */ /* -- Nav -- */ /* --------- */ #nav { float: left; margin: 30px -15px 0 0; border-top: 0px #eee solid; border-bottom: 0px #eee solid; width: 100%; } .menu li { padding: 11px 0 10px 0; float: left; position: relative; } .menu a { display: block; padding: 10px 35px 8px 0; margin: 0; color: #FFF; text-decoration: none; font-size: 18px; text-transform: uppercase; } .menu .current a, .menu li:hover > a { color: #cccccc; } .menu ul { background: #eee; display: none; margin: 0; padding: 0; width: 260px; position: absolute; top: 42px; left: 0px; border: solid 1px #ddd; } .menu ul li { float: none; margin: 0; padding: 0; } .menu ul li:hover a, .menu li:hover li a { color: #555; } .menu ul a:hover { background: #333333 !important; color: #fff !important; } .menu li:hover > ul { display: block; } .menu ul a { font-size: 16px; padding-left: 10px; text-transform: none; font-weight: normal; } .menu ul ul { left: 250px; top: -3px; } .menu li.current_page_item a { color: #fff; } .menu .sub-menu li.current_page_item a { color: #cccccc; }
and here’s the page in its current, most basic state. https://thematadormusic.com/home
thanks. ??
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Can't nail this menu. Please Help’ is closed to new replies.