Rick Hurst Web Developer in Bristol, UK

Menu

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;
}