oO5 Dynasty
Well-known member
Code:
/* START - Background image on forum */
html {
background: url(/@imagePath/xenforo/background/your_image.jpg) !important;
background-attachment: fixed !important;
background-size: cover !important;
}
/* END - Background image on forum */
trying to make this background show on one page only. The form_List page
Last edited: