JD09
JD09

Reputation: 1

CSS StyleSheet Not Loading on my website - FF7(Ubuntu)?

I have updated my word press theme but the css stylesheet doesn't seem to be working on FF7 on Ubuntu OS. It works perfectly on IE, Chrome, Safari & FF on Windows & Mac; but for some reason, it's not loading on FF in Ubuntu. It loads well using Chrome on Ubuntu though.

I have no problems with other wordpress themes using this same browser, just my theme seems to be problematic. I've googled the problem but certain solutions seem to relate to having a general problem with CSS; It seems that only my stylesheet doesn't work.

thanks, J

Upvotes: 0

Views: 1243

Answers (1)

moraleida
moraleida

Reputation: 424

Install Firebug on your FF and head to the network tab to see if your .css is found and if it's really not loading. Post any errors here and we'll be able to help you better.

Also, install the Theme-Check plugin and run it to see if there's any error in the way your css is being called or some conflict.

Upvotes: 0

Related Questions