Home › Forums › CSS › Show/Hide Elements In @media print › Reply To: Show/Hide Elements In @media print
June 14, 2016 at 9:26 am
#242852
Participant
In the example you’ve provided your display: block
is only ever applying to the class .paragraph-text
found within an element with the class of .contact-text
.
You’re still leaving display: none
valid at .contact-text
level, which would override any visibility of nested elements, regardless of declarations like !important