Title: class parameter not working on version 1.9
Last modified: August 22, 2016

---

# class parameter not working on version 1.9

 *  Resolved [lfokp](https://wordpress.org/support/users/lfokp/)
 * (@lfokp)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/class-parameter-not-working-on-version-19/)
 * I installed version 1.9 and now the class parameter is not working:
 * [child_pages cols=”3″ class=”tern” more=”More” thumbs=”full” list=”false”]
 * [https://wordpress.org/plugins/cc-child-pages/](https://wordpress.org/plugins/cc-child-pages/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [lfokp](https://wordpress.org/support/users/lfokp/)
 * (@lfokp)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/class-parameter-not-working-on-version-19/#post-5502498)
 * never mind
 *  Plugin Author [caterhamcomputing](https://wordpress.org/support/users/caterhamcomputing/)
 * (@caterhamcomputing)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/class-parameter-not-working-on-version-19/#post-5502594)
 * Thank you for marking this as resolved.
 * I have tested the shortcode you posted with version 1.9, and can confirm that
   it works as expected.
 * I will be putting together some further documentation about using custom classes
   to “skin” the plugin in the near future.
 * One thing that seems to be confusing people is that the class gets applied to
   the containing `<div>` wrapper, and not to each child page element. This means
   that to style a child page element you need to use something like:
 *     ```
       .my-custom-class .ccchildpage {
         background: #e0e0e0;
         color: #0e0e0e;
       }
       ```
   
 * If you do find anything isn’t working as expected or just need any further assistance,
   please let me know.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘class parameter not working on version 1.9’ is closed to new replies.

 * ![](https://ps.w.org/cc-child-pages/assets/icon-256x256.png?rev=3451096)
 * [CC Child Pages](https://wordpress.org/plugins/cc-child-pages/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cc-child-pages/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cc-child-pages/)
 * [Active Topics](https://wordpress.org/support/plugin/cc-child-pages/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cc-child-pages/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cc-child-pages/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [caterhamcomputing](https://wordpress.org/support/users/caterhamcomputing/)
 * Last activity: [11 years, 5 months ago](https://wordpress.org/support/topic/class-parameter-not-working-on-version-19/#post-5502594)
 * Status: resolved