Is it possible to put a full page background on display theme?
full page background in display
2 posts from 2 voices-
Posted 1 year ago #
-
Hi n0gear,
Yes it is! You will need to modify the following few lines of css in the base Stylesheet you'll be using (either style1,style2 or style3) located in the display>css folder.
For style1.css lines 3-19
body{ color:#777; background: #222; } .wrapper{ background: #fff url(../images/skin1/bg.png) repeat-x left top; } #subpage .wrapper{ background: #fff url(../images/skin1/bg.png) repeat-x 0 -370px; }Right now, the body background is set to a solid color which is overlapped by the white and dark gray bg.png file in two different ways depending on if its the Homepage or a subpage.
Depending on the exact effect you are looking for, you'll need to modify these. Here is a simple reference on proper implementation: http://www.w3schools.com/css/css_background.asp
Hope this does the trick!
Regards,
Devin
Posted 1 year ago #
Reply
You must log in to post.














