Login     Sign up
Tab color changes and music player changes
Thomas Ramsey (@theartistconnect)
Join date: Oct 27th 2010
Community posts: 38
View Profile
Send Message

I would like to change the color of the square tabs in my profile "my apps, quick share, admin panel, details". The backgrounds of these tabs are a light blue, but in the code I do not know what they are referred to so I can changed the background color.

What are these called?

And I would also like to know if anyone has had success in installing a different music player interface?

173 months ago
AL (@switch48)
Join date: Sep 1st 2010
Community posts: 450
View Profile
Send Message

change the color of tabs in your themes page.css

.block_title {
background:none repeat scroll 0 0 #E1Ecf4; <--change this
border-top:1px solid #C1D8EA;
color:#333333;
}

173 months ago