How can i add a background image to the default landing page?

Title says it really i am trying to find where and how i would add a background image to the default themes landing page.
Gavin Pedley Basic on 03/24/17 at 07:27 in Other
6 Answer(s)
Don't know what the issue is but these tips don't seem to work for me
Don Dubuque Basic on 09/15/17 at 03:15
background: url('https://mymoosocialsite.com/theme/default/img/redlightback.jpg');
}
 
 
This does not look like the dir layout for moosocial
 
Mine
 
app
lib
plugins
vendors
.htaccess
index.php
 
So how does one follow these instructions?
Don Dubuque Basic on 09/14/17 at 22:48
@Gavin - This worked for me by pasting it into custom CSS - just replace the mymoosocialsite.com with your site, and make sure the https or http is set how your site is too. And upload the image to where it needs to be :) 
 
body[id^='page_guest'] {
padding-top: 125px;
background-color: red;
background: url('https://mymoosocialsite.com/theme/default/img/redlightback.jpg');
}
Gary and Rhonda Basic on 03/26/17 at 16:09 Edited
 Thanks how do i get the image to go across the whole background. As in cover up the grey behind the text and register box?
Gavin Pedley Basic on 03/24/17 at 08:30
 Thanks how do i get the image to go across the whole background. As in cover up the grey behind the text and register box?
Gavin Pedley Basic on 03/24/17 at 08:30
Hi @gavin,
 
Add the following style to your custom.css:
 
.user_register_intro {
    background: url('path to your image file');
    background-repeat: no-repeat;
}
 
to get something like this:

ketkew Bronze badges on 03/24/17 at 08:07 Edited
Cookies on mooCommunity - Social Networking Script.
This site uses cookies to store your information on your computer.