how do i change the colour of the grid between forum topics
thanks
![[Image: unledexv.jpg]](https://camo.mybb.com/29ce12e1bfdcb37f9e238ec54be1e8e0901cc73c/687474703a2f2f696d673730382e696d616765736861636b2e75732f696d673730382f3539322f756e6c65646578762e6a7067)
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]](https://camo.mybb.com/2854b11a078f6cb20076c3601ac2c930cfbbe6bf/687474703a2f2f696d673635312e696d616765736861636b2e75732f696d673635312f383331372f756e6c6564646e2e6a7067)
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.