Quote:
Originally Posted by striped aardvark
if you can think of something off the top of your head to make that go away, i'd be grateful!)
best,
joan
|
Two things I can think of.
Add image code to each menu item. For instance add image code to the right of the first menu item etc.
Add a class to the anchor menu items. If you don't see a class check box you have to turn it on via Screen Options.
Then use the class with the following CSS.
HTML Code:
.class-name a:hover {
background: white !important;
}