Color change for "Balanced" background to an Image!

Started by waris, February 13, 2015, 01:35:35 PM

Previous topic - Next topic

waris

Hi,

I am using the "Balanced lh" theme for my forum. I tried it before with the help of L. Francke and it worked.

This time the whole background turned white and all the frame in the forum disappeared.

Can I re install the same theme whithout losing all my work already done for the forum? OR

can I correct the html in the index.css with one of your help?

The change I did was:

/* you also can set a background image here */
body
{
   background:/* /*
   font: 78%/130% verdana, arial, helvetica, sans-serif;
   margin: 0 auto;
   padding: 0 0;
        background url: http://www.bumiweb.com/siapamoyanganda/family-forum/Themes/balanced-lh-204-0001/images/theme/banana.png;


"I inserted the url to the image where it incidated and also I deleted the top background color."

Kindred

well, basically, you just turned everything below that into a comment instead of parsed code...


you can not just randomly cut out code and/or insert code...

use this

(you can change that #fff to the hex code for whatever color you want for a fallback to the green image)

body
{
   background: #fff url("http://www.bumiweb.com/siapamoyanganda/family-forum/Themes/balanced-lh-204-0001/images/theme/banana.png");
   font: 78%/130% verdana, arial, helvetica, sans-serif;
   margin: 0 auto;
   padding: 0 0;
}


Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

waris


Advertisement: