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
.accordion .collapsed {
height: auto;
}
}
also tried
.accordion .content {
display:block !important
}
Thank you
Comments