#3237 - Downloads css being parsed in users online
0 guests and 0 members have recently viewed this.
The top 3 point earners from 22nd Mar 2026 to 29th Mar 2026.
| Gabri |
|
|
|---|---|---|
| Jason Verhagen |
|
|
| jacobgkau |
|
|
There are no events at this time
To target styles to a specific page you can use the page_running_<pagename> CSS class we automatically inserted into the DOM tree.
E.g.
.page_running_downloads p { color: red; }
would make all paragraphs red but only on the download page.