menu background change
-
How can I change the background color on the menu bar? (have purchased CSS upgrade)
Thanks
-
That link isn’t working.
This is the code I use:
#wpcombar { background:#43b9d2; color:#b698de; border-color:#43b9d2; } #wpcombar .myaccount { background:#43b9d2; border-bottom:2px outset; border-color:#ff00ff; } #wpcombar .myaccount:hover { background:#ff00ff; } .quicklinks a:hover,#wpcombar .menupop:hover { background:#43b9d2; } -
-
-
-
I suggest you download and install the developer’s toolbar for Firefox. That allows you to identify the elements within your CSS. With that information, you can work on the change.
Using that, it looks like ul#pagetabs.li
- The topic ‘menu background change’ is closed to new replies.