Designing and Development > SMF Support - Simple Machine Forums

Rusty White Theme By Webmaster Forum!

(1/1)

waris:
Hi I am new here and would like some help.

I am testing 2 of my forums with the Rusty White Theme.

1 Bukit Utama Forum
Design Rusty White by Webmaster Forum
SMF 2.0.2 | SMF © 2011, Simple Machines

As the theme was created by Webmasters Forum, I have come here to ask the question.
There are 2 questions that I would like help with:

1. How do I change the background colour of the theme from "Grey" to "a darker rust or brown color".
    I would like to liven up the look and give  it more radiance

2.  How I do I replace the "Rusty white" logo with my own?

Thank you.

Ricky:
Hi Waris, you are welcome at I&B community. You have come to right place to get support for this theme, now coming to your question :

Answer : 1 :
Find following in index.css of Rusy white,

--- Code: (find) ---body {
    background: none repeat scroll 0 0 #AFAFAF;
    font: 78%/130% "Verdana","Arial","Helvetica",sans-serif;
    margin: 0 auto;
    padding: 15px 0;
}
--- End code ---
Replace with :

--- Code: ---body {
    background: none repeat scroll 0 0 #PROVIDE YOUR COLOR HERE;
    font: 78%/130% "Verdana","Arial","Helvetica",sans-serif;
    margin: 0 auto;
    padding: 15px 0;
}
--- End code ---
Replace PROVIDE YOUR COLOR HERE with your won color, say black then should be #000000
But Rusty white was designed to work even with older browsers and for changing background color you need to edit images too. For that :
Find  images in Themes/rusty-white/images/theme/

like
blockn.png  and change its background to color you want.

There are few more images you may need to fix.

2. To change logo, login to Admin , goto :
Admin--> Configuration --> Current theme -->

Navigation

[0] Message Index

Go to full version