I'm using a custom wordpress menu instead of the Atahualpa menu and I can't get the down arrow to show. I've tried adding the following code:
div#rmenu2 li.rMenu-expand {
background-image: url(http://www.teendrivingsolutions.com/...wn-white.gif);
background-position: right;
background-repeat: no-repeat;
}
but this has not helped.
I also wanted to add a left arrow to the drop down menu items by adding the right arrow image to
li.rMenu-expand li
but this is not working either.
I do not have any background images for the menu items at all, just color.
URL is www.teendrivingsolutions.com
I'm using WP 3.3.1 and Atahualpa 3.7.3.
Thank you!