Topic: Can't edit user.css

I'm trying to make some simple changes to things like the header colour, but editing the user.css file doesn't seem to make any difference.

I'm running Arras 1.5 on Wordpress 3.0.3. Its just a barebones installation at the moment with no plug ins installed. I've tried adding lines of code as in the tutorial by Extatix, but it doesn't make any difference. Can someone tell me where I'm going wrong?

Thumbs up

Re: Can't edit user.css

The user.css is for overrides only. Therefor if you make changes without overriding the defaults, then you might not get what you expect. I'm not sure if this is your case, but it is looked over by many.

Re: Can't edit user.css

How do I make sure I'm over-riding the defaults?

Thumbs up

Re: Can't edit user.css

You have to copy the default code and either change it or add to it. You cannot delete a line of code because then you are not overriding it.