Title: Where does WP pull CSS from?
Last modified: August 18, 2016

---

# Where does WP pull CSS from?

 *  [bpittam](https://wordpress.org/support/users/bpittam/)
 * (@bpittam)
 * [19 years ago](https://wordpress.org/support/topic/where-does-wp-pull-css-from/)
 * I have searched all the files (in my current theme) to find a hard coded path
   for the css files, but could only find.
 * `<link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_url');?
   >" />`
 * Is there a way that I can pull a different CSS file? What I want to do is change
   the color theme any time I change my main image. I know this is probably just
   as easy as to go into my style.css and change the colors but if I want to revert
   back to a different color then I have to change all the codes.
 * For example, my main website is calling the css file “khaki_red.css” How do I
   have WP call the same file?
 * If you need more details let me know – Thanks

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

 *  [whooami](https://wordpress.org/support/users/whooami/)
 * (@whooami)
 * [19 years ago](https://wordpress.org/support/topic/where-does-wp-pull-css-from/#post-562771)
 * you found what you needed to change.
 * `<link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_url');?
   >" />`
 * Thats what you change.. just change that line as necessary.
 * `<link rel="stylesheet" type="text/css" href="mystyle.css" />`
 *  Thread Starter [bpittam](https://wordpress.org/support/users/bpittam/)
 * (@bpittam)
 * [19 years ago](https://wordpress.org/support/topic/where-does-wp-pull-css-from/#post-562772)
 * Thank you for the quick reply. I guess I got confused and freaked out when I 
   saw the
 * `href="<?php bloginfo('stylesheet_url')`
 * And thought I had to keep that. I’m just a newbie when it comes to CSS. Thanks
   again

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

The topic ‘Where does WP pull CSS from?’ is closed to new replies.

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [bpittam](https://wordpress.org/support/users/bpittam/)
 * Last activity: [19 years ago](https://wordpress.org/support/topic/where-does-wp-pull-css-from/#post-562772)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
