Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author David Decker

    (@daveshine)

    @wbxpress:
    Hi there,
    thanks for your feedback!

    Please have a look at our code snippets section for the pluing, where you’ll find example CSS code to remove the URL printing output. Just use the HTML5 version for “Pro” themes from StudioPress or the XHTML version for older child themes:

    https://gist.github.com/deckerweb/9230551

    —> Add additional selectors to this rule if necessary, regarding your (CSS) setup.

    This should do it.

    Thanks, Dave ??

    I resolved this problem on my heavily modified Enterprise Pro theme by adding these two lines to the print-additions.css file:

    body a:link:before, body a:visited:before, body a:link:after, body a:visited:after { display: none; content: "";}

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to remove URL’ is closed to new replies.