Hot Summer Deals are Here!
Celebrate with up to 99% off on 17,400 resources
02
Days
16
Hours
28
Mins
53
Secs

Xenforo background?

Status
This thread has been locked.
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

tiehm

Developer
Supreme
Feedback score
7
Posts
688
Reactions
455
Resources
0
Hello everyone, So I am new to Xenforo and I been changing to change the background image.

https://gyazo.com/a149b5c08aef5d00c7e883479e676dbf

Can anyone tell me what wrong with this?
Try this:
body {
background: url('YOUR LINK') fixed center no-repeat!important;
background-size: cover!important;
}

If that is not working go to general style properties and change the background there and add this code:
background-size: cover!important;

EDIT: If none of this is working send me a PM.
 
Last edited:

Tjdriver

Driver Digital | Web Design Agency
Premium
Feedback score
0
Posts
25
Reactions
17
Resources
0
Hey there!
I believe your CSS isn't working as you have not given a class to the CSS. Try this:
Code:
body {
background: [put your properties here];
background-size: cover;
}
If that doesn't help feel free to PM me. I'll be happy to help :)
 
Status
This thread has been locked.
Top