Simple Machines Community Forum

Customizing SMF => Graphics and Templates => Topic started by: texasflats on May 10, 2009, 12:05:50 AM

Title: Minor Profile Summary Screen Issue
Post by: texasflats on May 10, 2009, 12:05:50 AM
I've spent a few hours attempting to track this down, but no luck. Could someone please offer some insight on how to get rid of the gray in the frame that surrounds the user name?

I thought it was in the alternating windowbg colors but those don't affect it. I've attached a screen shot, thanks to whomever can help me solve this.
Title: Re: Minor Profile Summary Screen Issue
Post by: Kermit on May 10, 2009, 05:24:28 AM
It might be a problem with your theme,which custom theme are you using then ?
Title: Re: Minor Profile Summary Screen Issue
Post by: texasflats on May 10, 2009, 11:44:49 AM
Sorry for posting this in the wrong section, thanks for moving it.

It's the default theme, I've just edited the colors.

the web site is at gcflats.com if that helps.

Thanks.
Title: Re: Minor Profile Summary Screen Issue
Post by: Kermit on May 10, 2009, 11:52:28 AM
To be honest,i couldn't understand,what is exactly wrong with your profile and a demo account would be good
Title: Re: Minor Profile Summary Screen Issue
Post by: bullbreedluverz on May 10, 2009, 12:33:44 PM
have a look in css/profile.css

and find this (its right at the top)

/* Fixes for the core theme */
#profileview
{
padding: 1px;
border: 1px solid #c0c0c0;
background-color: #515151;
}


and try changing the colours there (obviously the colours displayed on yours will be different as thats from 1 of my custom themes)


when you change the windowbg colours it leaves that odd bit off colour there because thats controled in profile.css
Title: Re: Minor Profile Summary Screen Issue
Post by: texasflats on May 10, 2009, 04:30:40 PM
Duncan85, thanks for the effort.

stikkki, that solved it, thanks so much I appreciate it.