Where is style.css imported into header??

  • Author
    Posts
  • #84669

    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?

    #84853
    Zed
    Cryout 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.
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Where is style.css imported into header??’ is closed to new replies.