• belindablakley

    (@belindablakleygmailcom)


    Hi,
    I’m following the instructions here – http://codex.ww.wp.xz.cn/Styling_for_Print – to add print styling to my site. I have put the css into the custom css box, but I can’t find the part of the header.php where I can add this:

    <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>"
    type="text/css" media="screen, print" />

    Will this work with this theme? Do I put the print styles in the custom box, or will I need to make a child theme?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey,
    That will work and the file you want is head.php
    I do recommend using a child theme though.

    Also note that I have an update I’m getting ready to release that fixes the print styles for the theme. Should be uploaded today or tomorrow then it will go through the approval process on wordpress.

    Kadence Themes

    Thread Starter belindablakley

    (@belindablakleygmailcom)

    Great, thanks. I’ll wait until the update then.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Adding Print Styles to CSS’ is closed to new replies.