Thread Starter
jshock
(@jshock)
Figured it out on my own. It is possible with CSS.
@media print {
.wpcf7cf-hidden {
display: block !important;
}
}
Same problem here too. Haven’t found a workaround.
Having the same problem. I have rel=”nobox” for a particular link set, but it doesn’t work. Unfortunately it is a local developmental site, so I can’t provide a link.
lilredc5, you are a god (or maybe goddess)! Thanks for the solution.