D
D
Dmitry Kim2015-09-22 09:34:29
css
Dmitry Kim, 2015-09-22 09:34:29

How to hide URLs in bootstrap when printing in chrome?

The layout is built on boostrap. When printing in chrome, the address of each link appears next to each link. Example: getbootstrap.com.
How to hide them?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
Evgeny Perin, 2015-09-22
@kimono

try like this:

@media print {
  a[href]:after {
    content: "";
  }
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question