Where is style.css imported into header?? Forums » WordPress » Verbosa » How To Author Posts July 21st, 2019 at 15:41 #84669 playwithbear I’ve created a child theme, and want to add a print styles to the CSS. In order to do so, I need to edit the stylesheet link in the header to include print: <link rel="stylesheet" type="text/css" media="screen, print" href="<?php bloginfo( 'stylesheet_url' ); ?>" /> But the link does not seem in the header (header.php anyway), and I have no idea where to find it. Any ideas? This topic was modified 5 years ago by playwithbear. July 28th, 2019 at 19:08 #84853 ZedCryout Creations mastermind Styles and scripts need to be enqueued the WordPress way. If you like our creations, help us share by rating them on WordPress.org. Please check the available documentation and search the forums before starting a topic. Author Posts Viewing 2 posts - 1 through 2 (of 2 total) The topic ‘Where is style.css imported into header??’ is closed to new replies.