Part 5 - How to change Coral skin footer color


qPloneSkinCoral look can be changed with the help of new top image, as it was shown in part 3 of this tutorial: 
new-image

After top image is changed you can change footer color so that it fits new top image.

To change qPloneSkinCoral footer default color, add footerCustomColor property to the root folder. In our case let's make footer red instead of the present rosy color.

Footer color can be different for every separate folder as well as top image. To set footer color to specific folder - add footerCustomColor property to the folder, in which you type the desired footer color value.

You can find the examples of different folder looks in the folders, that are included into the qPloneSkinCoral. 

So, to change footer color we have to add footerCustomColor property (type String) to the folder for which we want to have different than default footer color. 

Add /manage to URL to get to Zope Management Interface. Select Properties tab:
zmi


In the opened window find add new property field under the other properties. Give it a name footerCustomColor, type: string, and type desired value, e.g. red. Press Add button.
add-property

It now appears among other properties. Save changes.
save


Get back to Plone interface and you will see new footer color:
red
info@quintagroup.com