Jump to content

Adding background image to my forums?


The Skyforge

Recommended Posts

1 hour ago, Mycelus said:

Hey everyone. Im trying to figure out how to add a background image to our forums. Is there a best way to do this :)?

Thanks in advance.

 

The best way to do that would be with CSS unless IPS has a feature to easily add background images like it does for the site logo. If you'd like send me a link to the site and the image you want to use and I should be able to give you the CSS you need to use and in what template. A PM will do :).

Link to comment
Share on other sites

custom.css

body.ipsApp_front { 
  background: url(https://img.fotoaly.com/woman-singing-into-microphone2.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.ipsApp_front header {
	background:none !important;
}

 

Link to comment
Share on other sites

3 minutes ago, Dolphin. said:

custom.css


body.ipsApp_front { 
  background: url(https://img.fotoaly.com/woman-singing-into-microphone2.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.ipsApp_front header {
	background:none !important;
}

That would work fine.

13 minutes ago, Mycelus said:

Alright I will PM you. Not sure why this isn't a feature on IP Board. Seems like such a basic necessity...

Do it in custom.css

chrome_2016-05-29_21-31-17.png

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...