Simple Machine Forum – Kevin Gulling http://www.kevingulling.com Game Development, VR, and more Fri, 12 Jun 2015 16:13:03 +0000 en-US hourly 1 https://wordpress.org/?v=5.9.13 81085834 SMF – Change Colors Using CSS w/out a New Theme or Mod https://kevingulling.com/2015/06/smf-change-colors-using-css-wout-a-new-theme-or-mod/ https://kevingulling.com/2015/06/smf-change-colors-using-css-wout-a-new-theme-or-mod/#comments Thu, 11 Jun 2015 12:12:46 +0000 https://kevingulling.com/?p=440 I recently did an install of an SMF (or Simple Machines Forum) for another site. I wanted to keep the basic stock theme, but change some the color scheme to match the website. After performing a search on Google and Bing, I couldn’t find any options other than downloading a new Theme. It wasn’t hard […]

The post SMF – Change Colors Using CSS w/out a New Theme or Mod appeared first on Kevin Gulling - Game Development, VR, and more.

]]>
I recently did an install of an SMF (or Simple Machines Forum) for another site. I wanted to keep the basic stock theme, but change some the color scheme to match the website. After performing a search on Google and Bing, I couldn’t find any options other than downloading a new Theme. It wasn’t hard to find the file I was looking for with a little digging around in the Administration Center. From The Administration Center you will want to look for the ‘Themes and Layout’ link. Click this. Now look for the ‘Modify Themes‘ option. From here there is a link to ‘Browse the templates and files in this theme‘. At this point you will see a file system similar to using an ftp. Open the CSS folder and find the index.css file.
Main > Administration Center > Modify Themes > Browse the templates and files in this theme > css > index.css

Changing SMF colors css

SMF index.css (no style.css)

This is specific to the current default SMF ‘Curves’ theme and probably doesn’t pertain to many other themes. There is also an ‘Images’ folder, from which you can download and alter the images via image editing software to further customize your color scheme. You will most likely want to edit an image called main_block.png or something similar.

I’m not going to go much into editing of the CSS, but if you have basic knowledge of HTML/CSS you can easily find the colors and change them. I like to use pink, #ff00ff (or #fab haha) to easily spot the changes. For extensive editing, I suggest copying the code from the box and pasting it into an editor such as Notepad++ to make your life easier.

Hope this helps some other SMF newbs! With that being said, I’m a newb, and didn’t read any SMF documentation (who needs directions?) and I’m not sure how editing these files will effect updates or other mods. Not my fault if you lose your forum for trying to make pretty pink borders 😛

The post SMF – Change Colors Using CSS w/out a New Theme or Mod appeared first on Kevin Gulling - Game Development, VR, and more.

]]>
https://kevingulling.com/2015/06/smf-change-colors-using-css-wout-a-new-theme-or-mod/feed/ 1 440