kentico_janh
-
2/7/2012 7:07:31 AM
RE:Change backgroundcolor of page
Hello,
Please just place a Head HTML code web part to a page, which has to have a different background and fill its HTML code property with a definition of a new color:
<style type="text/css"> body {background-color: red !important;} </style>
or
Create a new CSS stylesheet with that new definition of a background color and add it to your page through the CSS stylesheet web part.
Best regards, Jan Hermann
|