I am attempting to add a class to each menu item and then have a different background image load, instead of the same image for entire site.
I have removed "background: #fff url('../images/bg.jpg') no-repeat center top;" from template.css
I have added class1 to Menu Item > Menu Params > Additional Class
What code would I need to call class1 from the override .css file so that I can set different background for each menu item?
Thanks.