How do I add a background image behind my logo?

I have figured out how to add it to the mobile version, but I can not figure out where in the coding to add it to the desktop version:

background: url(images/homepage-header-new1.jpg);

This is the preview link to my site that I'm working on:

http://preview.editmysite.com/1n4djc.05546cdcaf1196bf43310548873012fc

Can someone please help me?

Thanks in advance!

1,183 Views
Message 1 of 2
Report
1 REPLY 1

You probably want something like this (assuming you've uploaded your image to a folder called "images" in the assets folder):

#header

{

background: url(files/theme/images/homepage-header-new1.jpg);

}

1,179 Views
Message 3 of 2
Report
This thread has been archived and locked. Please start a new thread if you would like to continue the conversation.