Installation and deployment Questions on installation, system configuration and deployment to the live server.
Version 6.x > Installation and deployment > Change backgroundcolor of page View modes: 
User avatar
Member
Member
pramodwebsolutions-hotmail - 2/7/2012 5:47:03 AM
   
Change backgroundcolor of page
How can i change background color of specific page in kentico

regards
Pramod

User avatar
Kentico Support
Kentico Support
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