Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Show/Hide Elements In @media print Reply To: Show/Hide Elements In @media print

#242852
rkieru
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