Title: multiple css files
Last modified: August 19, 2016

---

# multiple css files

 *  [roniewp](https://wordpress.org/support/users/roniewp/)
 * (@roniewp)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/multiple-css-files-1/)
 * hi,
 * Is it possible to have multiple css file in a wordpress site?
 * If so, how?
 * thanks!

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

 *  [dains](https://wordpress.org/support/users/dains/)
 * (@dains)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/multiple-css-files-1/#post-960761)
 * ‘<link rel=”stylesheet” href=”<?php bloginfo(‘template_url’); ?>/yourcssfilehere.
   css” type=”text/css” media=”screen” />’
 * Took me forever to find it on a third-party site, this is way not obvious from
   the documentation. I was hung up on working with get_theme_root and all kinds
   of irrelevant calls for days.
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/multiple-css-files-1/#post-960762)
 * Another option is to add calls to your additional sheets via import statements
   at the very top of style.css – e.g.:
 *     ```
       @import url(style2.css);
       @import url(style3.css);
       ```
   

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

The topic ‘multiple css files’ is closed to new replies.

 * 2 replies
 * 3 participants
 * Last reply from: [esmi](https://wordpress.org/support/users/esmi/)
 * Last activity: [17 years, 1 month ago](https://wordpress.org/support/topic/multiple-css-files-1/#post-960762)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
