• Resolved alf-axel

    (@alf-axel)


    Great plugin, but if I print my page, the accordion content elements are closed.

    How can I modify my print.css to show the open accordion elements?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author philbuchanan

    (@philbuchanan)

    You should be able to add this to your print style sheet to get all accordion items to show up.

    .accordion-content {
      display: block !important;
    }
    Thread Starter alf-axel

    (@alf-axel)

    Very simple, many thanks. I tried “display: block;”, but forgot the “!important”:

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

The topic ‘Print version missing – how can I modify print.css?’ is closed to new replies.