Viewing 3 replies - 1 through 3 (of 3 total)
  • If they are both on the same domain you should be able to simply import the main stylesheet into styles.css

    Backup your styles.css then remove everything except the information at the top, between the /* */ tags.

    Add @import “URL”;
    with URL being the path to your main css.

    Thread Starter kjhobin

    (@kjhobin)

    ok, thanks!
    I was way off base trying to find the reference to the style file and redirect it.

    Thread Starter kjhobin

    (@kjhobin)

    Yay it works, mostly. Still need to tweek a few things.
    Thanks for your help!

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

The topic ‘Pointing to externaly hosted style.css’ is closed to new replies.