Pardon me if this has been brought up. But I searched and could not find anything on this Forum.
When a customer prints from their browser, every button with a hyperlink prints the button text (And the hyperlink text and location)
Is there a way to eliminate this? Is there something that needs to be placed into usercss?
Is it possible Bootstrap is causing this? If so could I put this is my usercss and eliminate issues?
@media print {
a[href]:after {
content: none !important;
}
}
Thanks in advance.