MyBB Community Forums

Full Version: How can i change border color?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can i change border color on my forum?

[Image: CUYO]
admin cp>> Templates & Style>> Themes>> Your tem>> global.css>> Selector:
and change your forum colors and fonts and ...
Do you want to change this border?
[attachment=26626]

Its .body or #container class in global.css
I want to change the left and the right border color, or somehow add it? It's been removed by the theme creator and hes not giving me support anymore.

[Image: MLgpn.png]

The left + Right one, i am not sure if it is removed, or he changed color on them to white.
AdminCP > Themes > Your theme > Edit > global.css > in .tborder class, add the following property;
	border: 1px solid #0F5C8E;
Change the Color to suite your needs.
Thanks alot Yaldaram. But i am not sure where to post it?

[Image: D2Qf.png]

That's my .tborders..
After the line margin: auto auto; add the property I posted previously.
(2012-06-23, 09:35 AM)Yaldaram Wrote: [ -> ]AdminCP > Themes > Your theme > Edit > global.css > in .tborder class, add the following property;
	border: 1px solid #0F5C8E;
Change the Color to suite your needs.

damn, your the best! THANKS!!!