• I downloaded one of the CSS Style Winner Templates (Lilly) and I really want to usr it for my blog. How do I do that? Do I just upload the CSS file and images, or what?
    Thanks for the help.
    Kristina

Viewing 2 replies - 1 through 2 (of 2 total)
  • Go to the Template editing screen, and find a line like this:
    <style type="text/css" media="screen">
    @import url( <?php wp_stylesheet(); ?> );
    </style>
    (Your’s will probably have something else after the import url)
    If you have uploaded the CSS style and images to the main WP folder, just change the value in import url to be the name of the stylesheet. That should work…

    @import url(‘green.css’ );
    for instance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Templates’ is closed to new replies.