The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
when my forum is loading, the background is all whitei would like to change it into another color like the one below what thing in the Main CSS that i have to change to get this result ?
|
|
#2
|
||||
|
||||
|
In headinclude before <!-- CSS Stylesheet --> add this:
Code:
<style type="text/css">
<!--
html, body { background-color: #AACFEA; }
-->
</style>
|
|
#3
|
|||
|
|||
|
thank you so much CyberAlien
you rock got it working |
![]() |
|
|