Link to home
Start Free TrialLog in
Avatar of DS928
DS928Flag for United States of America

asked on

Bottom border change

I have a grey bar towards the bottom of the page that I can't find the CSS for.  I want to change it to #2e3e4c

 http://www.audiodigz.com/index.php?a=page&b=news1

I thought this was it....
.song-container {
overflow: auto;
padding: 20px 20px 10px 20px;
/*border-bottom: 1px solid #444;*/
border-bottom: 1px solid #2e3e4c; /*Bottom Border*/

Open in new window


Any help appreciated.
ASKER CERTIFIED SOLUTION
Avatar of Julian Hansen
Julian Hansen
Flag of South Africa image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of DS928

ASKER

Thank you.  I never would have caught that one!
You are welcome.
Avatar of DS928

ASKER

Julian, A quick question.  Where is the actual color coming from when the padding is applied?  Thank you.
It is coming from line 3241
#main-content, #messages {
	background: #555;
}

Open in new window