Trueprime Well-known member Apr 19, 2018 #1 Hey there, I am still learning XF2 and how to style it accordingly. I am not really sure where the correct place to setup my css for making a fixed background for my site page. Any help on this will be appreciated, thanks
Hey there, I am still learning XF2 and how to style it accordingly. I am not really sure where the correct place to setup my css for making a fixed background for my site page. Any help on this will be appreciated, thanks
Trueprime Well-known member Apr 19, 2018 #2 Problem Solved. I went into Appearance/Style Properties/ Page Setup. Scroll down to page background. Add your image link. And then edit your css. Last edited: Apr 19, 2018 Upvote 0 Downvote
Problem Solved. I went into Appearance/Style Properties/ Page Setup. Scroll down to page background. Add your image link. And then edit your css.
Trueprime Well-known member Apr 19, 2018 #3 Use this code if you want to center it correctly. Code: background: url(urimage.png) #000000 center no-repeat fixed; Upvote 0 Downvote
Use this code if you want to center it correctly. Code: background: url(urimage.png) #000000 center no-repeat fixed;