Title: Not finding CSS
Last modified: August 19, 2016

---

# Not finding CSS

 *  Resolved [beff_face](https://wordpress.org/support/users/beff_face/)
 * (@beff_face)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/not-finding-css/)
 * [http://www.eurofusion.net/gazaguide](http://www.eurofusion.net/gazaguide)
 * My above theme does not appear to be pulling the style.css file! Although it 
   appears to be recognising it.
 * This is what Im using to pull it in:
    <link rel=”stylesheet” href=”<?php bloginfo(‘
   stylesheet_url’); ?>” type=”text/css” media=”screen” />
 * the stylesheet can be found at
    [http://www.eurofusion.net/gazaguide/wp-content/themes/guide/style.css](http://www.eurofusion.net/gazaguide/wp-content/themes/guide/style.css)
   and this is showing in the wordpress back end editor.
 * interestingly, when I go to view what CSS style is associated with the homepage,
   it shows the following:
    [http://www.eurofusion.net/gazaguide/Gaza%20Guide](http://www.eurofusion.net/gazaguide/Gaza%20Guide)(
   this doesnt even exist!)
 * Any help would be greatly appreciated!

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

 *  [Clayton James](https://wordpress.org/support/users/claytonjames/)
 * (@claytonjames)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/not-finding-css/#post-1053747)
 * From the source code:
 * <link rel=”stylesheet” href=”Gaza Guide” type=”text/css” media=”screen” />
 *  Thread Starter [beff_face](https://wordpress.org/support/users/beff_face/)
 * (@beff_face)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/not-finding-css/#post-1053748)
 * where do I change that?
    As in my header file, I have it as the following: <link
   rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” 
   media=”screen” />
 *  [Clayton James](https://wordpress.org/support/users/claytonjames/)
 * (@claytonjames)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/not-finding-css/#post-1053749)
 * `<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/
   css" media="screen" />`
 * That actually looks okay to me. Anything weird in your Dashboard > Settings >
   General >
 * **WordPress address (URL)**
 * **Blog address (URL)**
 * Do those look alright?
 *  Thread Starter [beff_face](https://wordpress.org/support/users/beff_face/)
 * (@beff_face)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/not-finding-css/#post-1053750)
 * [http://www.eurofusion.net/gazaguide](http://www.eurofusion.net/gazaguide)
 * they both have the above?
 *  [Clayton James](https://wordpress.org/support/users/claytonjames/)
 * (@claytonjames)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/not-finding-css/#post-1053751)
 * I am afraid I am at a loss for ideas.
 *  Thread Starter [beff_face](https://wordpress.org/support/users/beff_face/)
 * (@beff_face)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/not-finding-css/#post-1053752)
 * ooh ok, thanks for trying!
 *  [chaoskaizer](https://wordpress.org/support/users/chaoskaizer/)
 * (@chaoskaizer)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/not-finding-css/#post-1053790)
 * Edit your theme’s `header.php`.
 * find
 *     ```
       <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
       ```
   
 * replace it with
 *     ```
       <link type="text/css" rel="stylesheet" href="<?php echo trailingslashit( get_bloginfo('template_url') ); ?>style.css" media="screen" />
       ```
   
 *  [chaoskaizer](https://wordpress.org/support/users/chaoskaizer/)
 * (@chaoskaizer)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/not-finding-css/#post-1053792)
 * BTW there is something wrong with your wordpress blog.. seem like all the links
   return 404 (not found). You might have different problem entirely
 *  Thread Starter [beff_face](https://wordpress.org/support/users/beff_face/)
 * (@beff_face)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/not-finding-css/#post-1053816)
 * oh Im aware the links are working… I havent set anywhere for them to go yet. 
   Lemme try your code.
 *  Thread Starter [beff_face](https://wordpress.org/support/users/beff_face/)
 * (@beff_face)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/not-finding-css/#post-1053817)
 * it worked! thank you chaoskaizer.

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

The topic ‘Not finding CSS’ is closed to new replies.

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [header](https://wordpress.org/support/topic-tag/header/)
 * [stylesheet_url](https://wordpress.org/support/topic-tag/stylesheet_url/)

 * 10 replies
 * 3 participants
 * Last reply from: [beff_face](https://wordpress.org/support/users/beff_face/)
 * Last activity: [17 years, 1 month ago](https://wordpress.org/support/topic/not-finding-css/#post-1053817)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
