Thread Options
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
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!
Reply
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
1 REPLY 1
BJ5
06-10-2019
11:24 AM
Thread Options
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
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);
}
Reply
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report