Webmaster's Community

Designing and Development => Open Source => SMF Support - Simple Machine Forums => Topic started by: waris on October 03, 2012, 10:18:52 AM

Title: Rusty White Theme By Webmaster Forum!
Post by: waris on October 03, 2012, 10:18:52 AM
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.
Title: Re: Rusty White Theme By Webmaster Forum!
Post by: Ricky on October 03, 2012, 10:57:00 AM
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) [Select]
body {
    background: none repeat scroll 0 0 #AFAFAF;
    font: 78%/130% "Verdana","Arial","Helvetica",sans-serif;
    margin: 0 auto;
    padding: 15px 0;
}
Replace with :
Code: [Select]
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;
}
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 -->