diff --git a/_sass/print.scss b/_sass/print.scss index e9ebcc73..0ac798fe 100644 --- a/_sass/print.scss +++ b/_sass/print.scss @@ -1,5 +1,5 @@ @media print { - nav,footer,#comment-section>.comments,div#formContainer { + nav,footer,#comment-section>.comments-form,div#formContainer { display: none !important; } .lg{ @@ -15,4 +15,6 @@ margin: 0 auto; } } - \ No newline at end of file + h3.post-subtitle{ + display: none; + } \ No newline at end of file