I believe this is the .css that should control changing the list item style in the Pages menu for black square to an image, but it doesn't.
.custom ul#nav li.current_page_item a, ul#nav li.current_page_item a:visited, ul#nav li.current_page_item a:hover { color: #090;
list-style: image url('images/StPaulsBullet.png');
text-decoration: underline; }
Can you tell what I'm doing wrong?
Thanks In Advance,
David
not resolved