• I’m trying to skin my site and I pretty much managed, but for some reason wp keeps calling wp-layout.css… I need wp to be styleless. I don’t want it to have a default stylesheet. I need it to use the stylesheets that are in my skins folder. How can I get rid of wp-layout? I stripped down a lot of wp and I can’t find what is making it follow that stylesheet 🙁

    Could someone PLEASE tell me what to delete or change? I just want to get rid of the stylesheet.

    -Ashley
    http://blog.pink-pistol.net

Viewing 2 replies - 1 through 2 (of 2 total)
  • In your index.php file you’ll find these lines, near the top:
    <style type="text/css" media="screen">
    @import url( /wp-layout.css );
    </style>

    You need to change the @import url(/wp-layout.css); to @import url(path/to/your/stylesheet.css);

    Are you talking about using a style switcher?

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

The topic ‘Stylesheet question.’ is closed to new replies.