Currently on Drupal 7.26 - I've successfully created a menu with links included. The next step is to customize the menu by styling it. However, the menu displays the links as a bulleted list.
To achieve my desired look, I've styled the li element with padding, margin, text color, and a background color. This results in each menu item being enclosed in a blue box. Although this is close to what I want, I now need to remove the bullet points appearing outside of the blue box for each menu item. Instead, I want to insert a background image inside the menu item's box positioned to the left of the text.
My query is regarding how I can add the little image to the left of the text within each menu item's background box.
Any guidance is appreciated!