Upgrades and CSS strategy

Posts: 104
Joined: 09/07/2007
Uber Donor

Greetings Ubercarters,

So I just did my first Ubercart upgrade to 7e (which was seamless) but it overwrote some changes I had made to some of the CSS files.

What would the best strategy be to avoid this issue when upgrading? Should I pull the CSS statements out of that file and add them to my own theme's stylesheet? Would that work?

I anticipate many more upgrades in the future so I figure I'd might as well ask now and figure it out.

Thanks for your help and guidance.

Posts: 114
Joined: 08/07/2007
Uber DonorBug FinderEarly adopter... addicted to alphas.Spreading the word - Ubercart for president.

Yes, pull the statements out and put them in your principle style sheet (style.css). That is the last sheet to be reviewed by the script and overrides all the other style sheets that come packaged with UC.

Posts: 104
Joined: 09/07/2007
Uber Donor

Thanks for the tip BWV. I figured it was something simple like that.