Re: Re-coloring/removing "E-commerce powered by Ubercart, the fr

Posts: 40
Joined: 10/09/2007

In your template's CSS file, add the following:

#store-footer {
  display:none;
}

Or, do yourself a favour and install FireBug in Mozilla - then use that do modify the CSS on the fly and see how it looks. Once you're happy with your changes, copy and paste them into the template's CSS file.