MyBB Community Forums

Full Version: Change this colour
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello,

i want to ask how change this colourĀ 

[Image: 6eb4e1ef14034cf7b076b2763e660c4b.jpg]
same as themes images
[Image: sep.jpg]

my problem is here
http://ziuma.com/Forum-Article

i haven't idea to solve this problem
probably in global.min.cssĀ 

please help me
thank you
Modify the tfoot in global.css to
.tfoot {
    background: #COLOR_CODE none repeat scroll 0 0;
    border: 1px solid #1a2936;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 1px 0 #3d6485 inset;
    color: #ffffff;
    text-shadow: 1px 1px 0 #283544;
}

Replace color code with your own.

Regards
WallBB