Jump to content

Background 1.7x


Daffuzz

Recommended Posts

On 2017.10.31. at 2:27 PM, horiatb said:

You just need to put something like this in custom.css file:


body{
  background: url('url_of_the_image');
}

Just replace url_of_the_image with the actual image url.

Or, for a different color, you can just specify its hex code like so:


body{
  background: #f0f0f0;//this would be red, or
  background-color: #f0f0f0;//this also works, or
  background-color:red;//this also works
}

Solved!

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...