user1196898
user1196898

Reputation: 1

How Can i Remove the background image of my ucoz website?

Well I have a ucoz website with the theme eminent and i was wondering how to remove the background image

Here is the theme css code:

Upvotes: 0

Views: 887

Answers (1)

George Reith
George Reith

Reputation: 13476

Change:

#page {background:#0d0d0d url('/images/body.png') repeat-x;margin:0;padding:10px 0 0 0;}

to:

#page {background:#0d0d0d repeat-x;margin:0;padding:10px 0 0 0;}

Upvotes: 1

Related Questions