TOPIC: Colors

Colors 9 years 6 months ago #6218

  • xavibj
  • xavibj's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
  • Karma: 0
Is IT possible to change the background color?
The administrator has disabled public write access.

Re: Colors 9 years 6 months ago #6224

  • trungdt
  • trungdt's Avatar
  • OFFLINE
  • Administrator
  • Posts: 2284
  • Thank you received: 998
  • Karma: 121
It's image background and you can change it with css element.
body#ot-body {
background: url("../images/body-bg.png") repeat scroll 0 0 transparent;
color: #666666;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 12px;
}
body#ot-body {
background-image: url("../images/body-bg.png");
background-color: #F7F7F7;
color: #666666;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
text-align: left;
}

in layout.css and joomla.css

Regards
The administrator has disabled public write access.
Time to create page: 0.097 seconds