set background colour in kupu in plone

by default kupu displays the background colour and image that is applied to the body of the page. To overide this I added the following to my ploneCustom.css:-

body.kupu {    background-color: white !important;    background-image: none !important;}

Leave a Reply