Simple Machines Community Forum

Customizing SMF => Graphics and Templates => Topic started by: iamme2 on December 20, 2014, 06:37:33 PM

Title: Changing the colors
Post by: iamme2 on December 20, 2014, 06:37:33 PM
Much of our board is orange against gray..Is there a way to replace the orange with another color ?

Title: Re: Changing the colors
Post by: Gwenwyfar on December 21, 2014, 12:34:36 AM
You should try looking around your index.css file for that theme and changing the relevant colors (which will probably be mostly in hex format, like #0334ff and etc). Inspect tool from browsers should be useful to find the relevant parts, some let you pick the colors from there too, like FF.

If the theme uses images you'll have to find and edit those, too.
Title: Re: Changing the colors
Post by: iamme2 on December 21, 2014, 08:41:19 AM
Thanks, FortyTwo... :)