Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Rogier Lankhorst

    (@rogierlankhorst)

    Hi @plexusllc,

    I’ve had a similar question recently, so I already started on this. I’ve created a filter where you can override the CSS file URL. In the future I plan to makes this more easily adjustable with custom CSS, but with this update, you can change the URL to the css file to a file of your own making, like this:

        add_filter('zrdn_print_style_url','my_custom_print_url');
        function my_custom_print_url($url){
            return "url-to-your-stylesheet.css";
        }

    It’s not on the WordPress repo yet, but you can download the latest update from Git:
    https://github.com/rlankhorst/zip-recipes-free

    I’ll release it in the next update, within 2-3 weeks.

    Let me know if that helps!

    Thread Starter plexusllc

    (@plexusllc)

    Thank you, that’s perfect!

    (thanks also for taking over development on this plugin).

    • This reply was modified 6 years, 6 months ago by plexusllc.
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Override Print CSS?’ is closed to new replies.