Add a Background Image to Zelle Menu

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!

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us