How Can I Change The Backround Color Of A Joomla Template? - In The Css File/the Html? How? Free RapidShare Download

How Can I Change The Backround Color Of A Joomla Template? - In The Css File/the Html? How?

January 22, 2010 under FAQ

I’m not sure what a joomla template is, but the css code to change the background color is as follows

body {background-color:#XXXXXX;}

where XXXXXX is the hex code of the color, or you can use the color name - or, for divs especially, you can use ‘transparent’, though that won’t necessarily work for the body background.
There are other attributes you can use as well - mostly for background images, however.
background-image:url(URL OF IMAGE);
background-position:NNN NNN;
background-repeat:REPEAT or NO-REPEAT;
background-attachment:FIXED or SCROLL;

Search more about How Can I Change The Backround Color Of A Joomla Template? - In The Css File/the Html? How?:

  • flashbird

Comments

One Response to “How Can I Change The Backround Color Of A Joomla Template? - In The Css File/the Html? How?”
  1. d3v10u5b says:

    ask that in the joomla forum. no one knows more about their stuff than they do.http://www.joomlashack.com/option,com_sm…

Leave a Comment

If you want a pic to show with your comment, go get a gravatar!