MyBB Community Forums

Full Version: how to change the color of this text?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi i`ve been looking in global.css but i cant find what to change to change the color of the text in the screenshot
Inside you global.css find and change this:
table {
color: #000000;
thats great m8 thank you, how do i change the text color where it says the post count ect
Find this and play with this:
.post_userdetails {
background: linear-gradient(to bottom, #259BEA 0%, #2D6EFC 7%, #2439C1 21%, #2441B5 100%) repeat scroll 0 0 transparent;
border: 1px solid #000000;
border-radius: 10px 10px 10px 10px;
color: #1874CD;
font-size: 11px;
margin: 1px;
padding: 3px;
text-align: center;
}
thats great thanks again
No problem glad it worksWink