Related items font color change
I am getting complaints from my users that the related items are hard to see when printed. I would like to change the color of the font in the related item to black so it is clearer when printed.
How do you change the look of the related items.
Thanks
Stuart
How do you change the look of the related items.
Thanks
Stuart
- Dmitry Kozlov
- Site Admin
- Posts: 1524
- Joined: Thu Jun 07, 2012
Hi Stuart,
Assign a CSS class to the Related Items control, say 'related-items'. Then insert the following code into CSS-editor:
Assign a CSS class to the Related Items control, say 'related-items'. Then insert the following code into CSS-editor:
Code: Select all
@media print {
.related-items * {
color: black !important;
}
}
-
- Information
-
Who is online
Users browsing this forum: No registered users and 4 guests