Navigation
Hiding URL on print page using Bootstrap 3
To disable it, just insert the following code somewhere to css
@media print {
a[href]:after {
content: ""; }
}
Please send us suggestions regarding this documentation page
If you would like to recommend improvements to this page, please leave a suggestion for the documentation team.
