Simple Machines Community Forum

Customizing SMF => Graphics and Templates => Topic started by: Michael Pfaff on February 29, 2012, 02:56:08 PM

Title: Color of Rounded Corners
Post by: Michael Pfaff on February 29, 2012, 02:56:08 PM
Hiya! Using SMF 2.0.2 here with Ricky's excellent Red-it-Random (http://www.simplemachines.org/community/index.php?topic=451792.40) theme.

I've changed this code:

body
{
   background: #EEEEEE;
   font: 78%/130% "Verdana", "Arial", "Helvetica", sans-serif;
   margin: 0 auto;
   padding: 0 0 20px 0;
}

in the index.css file to make my forum's background a grey instead of black.

Here's the URL: http://louisvillednd.com/forum/index.php

However, the issue I'm having is that the main section of the forum still has black in the top and bottom rounded corners. I have been searching high and low for a simple fix for this, but I'm stumped. So, being a novice, I've come to the SMF community for assistance.

How can I simply change up the corners to be grey, like the background color outside of the content section? If I can't do that, I'd be fine with making it white.

Thanks in advance!

Mike
Title: Re: Color of Rounded Corners
Post by: mashby on February 29, 2012, 05:42:20 PM
Probably a matter of editing this?
http://louisvillednd.com/forum/Themes/red-it-random/images/theme/header-large.png
Could try overwriting it with the attached and see how that looks.
Title: Re: Color of Rounded Corners
Post by: mashby on February 29, 2012, 06:16:19 PM
And this one, too. :)
http://louisvillednd.com/forum/Themes/red-it-random/images/theme/bottom.png
Title: Re: Color of Rounded Corners
Post by: Michael Pfaff on February 29, 2012, 06:32:58 PM
Hey mashby, you nailed it. I've been poring over CSS crap all day and didn't even think to edit the image. ;)

Thanks so much!