It is not something that I had thought of doing as the plugin is really aimed at showing the child pages in a way that can be easily styled via CSS.
I may look at incorporating a way of specifying your own colouring in a future release, but in the meantime adding the following custom CSS via Settings > CC Child Pages should do the trick:
.ccchildpage {
border: 2px solid #666666 !important; /* Border colour and style */
border-radius: 3px !important; /* Radius of border corners, for square corners set to 0 */
background: #333333 !important; /* Background colour */
color: #999999 !important; /* Font color */
}
… I have shown the basic styling for the child pages with comments saying what they do. Just change the values to whatever you need, and remove any lines that you don’t need. (Note: the !important tag at the end of the line ensures that these settings override any skins you may have specified in the shortcode.
I hope that this helps.
Hi,
wow this is exactly what I was looking for! Awesome support!
Keep up the good work with the plugin, loving it!