Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

How to change background color

Asked Modified Viewed 5,700 times
S
Samuel MS
S
I'm not good at English.
  • Member, joined since
  • Contributed 70 posts on the community forums.
  • Started 21 threads in the forums
  • Started this discussions
asked
Member

I used Aer theme and i want to change the white background color to image or another color. How can i do that?
Edited by Samuel MS on 23-05-2011 11:15,
0 replies

9 posts

J
jikaka
J
jikaka 10
www.rusfusion.ru - russian nss
  • Veteran Member, joined since
  • Contributed 946 posts on the community forums.
  • Started 82 threads in the forums
answered
Veteran Member

you can try this way:
[syntaxhighlighter brush=css,first-line=1,highlight=0,collapse=false,html-script=false]img { background-color: #ff0000; }[/syntaxhighlighter]
0 replies
S
Samuel MS
S
I'm not good at English.
  • Member, joined since
  • Contributed 70 posts on the community forums.
  • Started 21 threads in the forums
  • Started this discussions
answered
Member

Where?
0 replies
J
jikaka
J
jikaka 10
www.rusfusion.ru - russian nss
  • Veteran Member, joined since
  • Contributed 946 posts on the community forums.
  • Started 82 threads in the forums
answered
Veteran Member

file: /themes/NAME_YOUR_THEME/style.css
0 replies
S
Samuel MS
S
I'm not good at English.
  • Member, joined since
  • Contributed 70 posts on the community forums.
  • Started 21 threads in the forums
  • Started this discussions
answered
Member

I want to use photo at background, tell me what to do?
0 replies
J
jikaka
J
jikaka 10
www.rusfusion.ru - russian nss
  • Veteran Member, joined since
  • Contributed 946 posts on the community forums.
  • Started 82 threads in the forums
answered
Veteran Member

have an example?
0 replies
S
Samuel MS
S
I'm not good at English.
  • Member, joined since
  • Contributed 70 posts on the community forums.
  • Started 21 threads in the forums
  • Started this discussions
answered
Member

For example, i want to use my image for background from images/folder/myphoto.png
0 replies
N
NetriX
N
NetriX 10
Need help? Having trouble?
» View our Documentation for guides, functions and more - including the Getting Started section!
» Attach Log Files and Screenshots when reporting issues
» My support days are usually Mon-Thurs. Send me a PM if urgent.
  • Senior Member, joined since
  • Contributed 566 posts on the community forums.
  • Started 93 threads in the forums
answered
Senior Member

You need to edit the style.css file located within the /themes/Aer/ folder.

Find the body tag:

body { }

use this:

body{
background:#000000;
background-image:url('paper.gif');
}
0 replies
S
Samuel MS
S
I'm not good at English.
  • Member, joined since
  • Contributed 70 posts on the community forums.
  • Started 21 threads in the forums
  • Started this discussions
answered
Member

Quote

NetriX wrote:

You need to edit the style.css file located within the /themes/Aer/ folder.

Find the body tag:

body { }

use this:

body{
background:#000000;
background-image:url('paper.gif');
}


I used this but Only footer background is changed.
Edited by Samuel MS on 24-05-2011 12:56,
0 replies
M
Mangee
M
Mangee 10
Mangee's Conversions

Convert
  • Senior Member, joined since
  • Contributed 242 posts on the community forums.
  • Started 30 threads in the forums
answered
Senior Member

The reason why is the info you received will work on some themes.

Not all themes are built or coded the same.

The likely hood is whatever theme you have has background colors for the different elements, like panels, main body and header.

Thus the body color or image wont show thru. Example of this is the default Gillette theme.

You have to determine which element or elements have a background color and is blocking the body image.
0 replies

Category Forum

Themes Support

Labels

None yet

Statistics

  • Views 0 views
  • Posts 9 posts
  • Votes 0 votes
  • Topic users 4 members

4 participants

N
N
NetriX 10
Need help? Having trouble?
» View our Documentation for guides, functions and more - including the Getting Started section!
» Attach Log Files and Screenshots when reporting issues
» My support days are usually Mon-Thurs. Send me a PM if urgent.
  • Senior Member, joined since
  • Contributed 566 posts on the community forums.
  • Started 93 threads in the forums
M
M
Mangee 10
Mangee's Conversions

Convert
  • Senior Member, joined since
  • Contributed 242 posts on the community forums.
  • Started 30 threads in the forums
J
J
jikaka 10
www.rusfusion.ru - russian nss
  • Veteran Member, joined since
  • Contributed 946 posts on the community forums.
  • Started 82 threads in the forums
S
S
I'm not good at English.
  • Member, joined since
  • Contributed 70 posts on the community forums.
  • Started 21 threads in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet