Print styles: how do I display "aside" widgets?
-
I have some important content that is being displayed in an <aside> widget.
How can I target this in my print CSS to allow the contents of the widget to print? I can get the entire sidebar to print by targeting #secondary, but can’t seem to figure out how to target this specific widget. If someone knows what the CSS should look like that would be great.
<aside id=”text-6″ class=”widget widget_text”>
<h3 class=”widget-title”>Title</h3>
<div class=”textwidget”>Content</div>
</aside>
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Print styles: how do I display "aside" widgets?’ is closed to new replies.