MyBB Community Forums

Full Version: change colour help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how do i change the colour of the grid between forum topics

thanks

[Image: unledexv.jpg]
in general, it is the border color of .tborder ; you may be having a code similar to below in global.css

.tborder {
    background: none repeat scroll 0 0 #81A2C4;
    border: 1px solid #0F5C8E;
    margin: auto;
    width: 100%;
}

border: 1px solid #0F5C8E; <-- here you have to change the color code for border

guests cannot see the topics list on your forum ; we cannot suggest exact code !!
I don't think he wants to edit the border, but rather the backgrounds within the table. For that, you would trow1 and trow2:

.trow1 {
	background: #3d3d3d;
}

.trow2 {
	background: #3d3d3d;
}
what i mean is how do i change the line colours that i done in red [Image: unleddn.jpg]
You need to change the color of the background property in the tborder class.
i changed that it didnt do it just chanceg the main border all the way round
You have to set Inner Table Border Width to 1 in your theme properties.
ive done it thanks