Using Protostar Template - How can I change the color of the - Joomla! Forum - community, help and support
whole page background. not blog page itself.
go /templates/protostar/css/template.css , find:
modifying background-color: change body's background colour.
code: select all
body {
margin: 0;
font-family: "helvetica neue", helvetica, arial, sans-serif;
font-size: 13px;
line-height: 18px;
color: #333;
background-color: #fff;
}
modifying background-color: change body's background colour.
Comments
Post a Comment