Cannot Find Stylesheet Links In Header.php

Discussion in 'CSS' started by kertoon, Sep 25, 2015.

  1. #1
    I can see them via View Page Source. But I can't see them in the header.php.
     
    kertoon, Sep 25, 2015 IP
  2. billzo

    billzo Well-Known Member

    Messages:
    961
    Likes Received:
    278
    Best Answers:
    15
    Trophy Points:
    113
    #2
    You are talking Wordpress? If so, you will not see the CSS files referenced in the header.php template because a function is being used to add the CSS file(s) to the output. Something like wp_enqueue_style() or another function. Look in your functions.php file for that function or similar.
     
    billzo, Sep 25, 2015 IP
  3. Blogzandstuff

    Blogzandstuff Greenhorn

    Messages:
    56
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    8
    #3
    What you are seeing is what the browser has taken from your host files to build the site, as the other poster has said your css is in a different place.
     
    Blogzandstuff, Sep 25, 2015 IP
  4. kertoon

    kertoon Well-Known Member

    Messages:
    187
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    133
    #4
    Go it. Thank you so much.
     
    kertoon, Sep 26, 2015 IP