![]() |
WP Dropdown Menu?
Hey guys.
I'm looking for a way to add a drop down menu to my wordpress site. I thought the way to do this was by simply putting the different categories under one parent category. I was pretty sure that's how it worked with the default theme, but apparently my theme isn't made to do that, or I'm doing it wrong. Can anyone shed some light on this? |
I think you can only do it if you have your cats in a wigit - it gives you the option of
"Display as dropdown" |
Did a little searching, and it appears that my theme does have some CSS for a dropdown menu.
Code:
.navigation { height: 38px; margin: 14px auto 0 auto; background: url(images/menu-bg.png) repeat-x left top; } |
At about line 39 of your stylesheet you will see this:
.navigation ul li a { text-decoration: none; } Add this: display:block; so now you have this: .navigation ul li a { text-decoration: none; display: block; } Now you can hover anywhere over the "block" or box that contains the link. |
Awesome, thank you, that did the trick!
|
All times are GMT -7. The time now is 10:03 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123