Simple Machines Community Forum

Customizing SMF => Graphics and Templates => Topic started by: Seirie on July 20, 2004, 10:56:53 PM

Title: Getting rid of the line in the user info box...?
Post by: Seirie on July 20, 2004, 10:56:53 PM
Alright so I am trying to create a template here, and I got to the point where I edit the style.css sheet. The boxes at the top, such as the "user info" box, or the "news box", well I changed the headers and the background and stuff, but there is this gray line at the bottom of all 3 boxes and I dont know how to get rid of it.

Can anyone help me out? Thanks
Title: Re: Getting rid of the line in the user info box...?
Post by: andrea on July 21, 2004, 01:11:28 AM
One part of the border comes from the border attribute in the class .headerbodies in the style.css. The other comes from the "background-image:..../box_bg.gif" which is defined in the file "index.template.php".

Remove the background image for the bottom line which you still see.
Title: Re: Getting rid of the line in the user info box...?
Post by: Seirie on July 21, 2004, 01:16:34 AM
Hey thanks! Your suggestion worked out fine.