MyBB Community Forums

Full Version: change the color
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
where is the code to change the color of the text on the left (cant really see it cuz its black) and change the color of boxes in the pic.
http://gyazo.com/255b091fd5eaa69c72ec4df708208a50
.pagination .pages { color: #fff; }

Find the declations of .pagination class in global.css and you will fix the whole of it.