2 Seprate CSS Stylesheets?
-
2 Seprate CSS Stylesheets? How does that work?
At the moment in my header.php file I have:
<link rel="stylesheet" href="<?php echo get_stylesheet_uri(); ?>" media="screen" />
I want to have 2 different stylesheets eg, styles.css and layout.css
Is this possible?
Thanks!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘2 Seprate CSS Stylesheets?’ is closed to new replies.