Print page - accordion to print open

Hello

We're wanting to use the browser functionality of printing a page from the website.

The page contains content in an accordion.  We would like the accordion to open when the page is printed.

We've tried adding the following to the BeTheme Options > Custom CSS & JS > CSS
@media print {
    .accordion .collapsed {
         height: auto;
    }
}
also tried
.accordion .content {
display:block !important
}
Could you assist us with this?  An example of the page we would like to print is: https://www.baby2mom.co.za/donors/a-av-2837-cape-town/
Thank you

Comments

Sign In or Register to comment.