• Ok….. speak s-l-o-w-l-y to me, neophyte of code that i am….
    I downloaded and activiated alex’s style switcher to test out a few styles. Now I found one I like….
    ummmm.. i can deactivate the style switcher – but then I can’t see anything.
    How do I switch to just one style after this?

Viewing 1 replies (of 1 total)
  • Take the style-switcher code out of index.php
    Put this there:
    <style type="text/css" media="screen">
    @import url( <?php echo get_settings('siteurl'); ?>/wp-layout.css );
    </style>

    Now download the style.css you like, and any images
    Rename style.css to wp-layout.css
    Upload that, and any images to the same directory as index.php
    Should do the trick.

Viewing 1 replies (of 1 total)
  • The topic ‘have hack: style switch….now want one style only’ is closed to new replies.