Changing Background Color - Joomla! Forum - community, help and support
i got css going through template manager , edited personal.css said:
but nothing happened. i'm guessing on wrong css file. there explanation somewhere of different css files used? useful.
fyi site in question 1 in signature.
code: select all
body {
background: #000
}but nothing happened. i'm guessing on wrong css file. there explanation somewhere of different css files used? useful.
fyi site in question 1 in signature.
derekhampton:
your template not beez3 - protostar.
you have change color in following css entry available in file template.css located in directory /templates/protostar/css.
your template not beez3 - protostar.
you have change color in following css entry available in file template.css located in directory /templates/protostar/css.
code: select all
body.site {
border-top: 3px solid #0088cc;
padding: 20px;
background-color: #f4f6f7;
}
Comments
Post a Comment