Skip to content

Commit e7e5b7a

Browse files
authored
Merge pull request #403 from BeAPI/update-print-styles
Update _print.scss
2 parents 5dfe69b + 6e273e8 commit e7e5b7a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/scss/03-base/_print.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
}
6565

6666
/* remove useless content */
67+
.skip-links,
6768
.header,
6869
.footer,
6970
.widget-area,
@@ -72,6 +73,12 @@
7273
display: none !important;
7374
}
7475

76+
/* show hidden content */
77+
.wp-block-beapi-accordion-panel,
78+
.wp-block-beapi-faq-block .faq__panel {
79+
display: block !important;
80+
}
81+
7582
/* reset width */
7683
.content {
7784
width: 100% !important;

0 commit comments

Comments
 (0)