Add a Background Image to Zelle Menu
Important notice: This product is now in maintenance mode and is no longer being actively developed or supported. Updates and bug fixes will not be provided unless they relate to security concerns.
Before using this snippet we need to make sure your changes won't be lost when you update the theme.
If you plan on doing a lot of changes on the theme then we encourage you to create a child theme and add the following snippet to your style.css: How to create a child theme
If you just need this little change then you could use our CSS plugin: CSS Plugin, add the following snippet to the "Global" section in Appearance->Customize->Advanced CSS Editor:
#main-nav{ background: url('link-to-image') !important; }
An example of this code with the image link would look like this:
#main-nav{ background: url('http://example.com/wp-content/uploads/2016/01/image.jpg') !important; }
You could upload your image of choice to the media gallery and copy its URL to use as the link. Save your changes and you're done!