Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter lfokp

    (@lfokp)

    never mind

    Plugin Author caterhamcomputing

    (@caterhamcomputing)

    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.