TOPIC: How can I change the background

How can I change the background 10 years 1 month ago #4014

Hello!

I tried to change de background with an image especified, but I cannot.
I instaled 2 plug ins to do this but don't set.

Can you help-me?

thanks
The administrator has disabled public write access.

Re: How can I change the background 10 years 1 month ago #4031

  • trungdt
  • trungdt's Avatar
  • OFFLINE
  • Administrator
  • Posts: 2284
  • Thank you received: 998
  • Karma: 121
Hello,

You should change it with edit css file.

body background you can find and edit file:
demo.omegatheme.com/joomla25/mega_realis...color_lightwheat.css
#page-bg {
    background: none repeat scroll 0 0 #EADEC5;
}
Regards
The administrator has disabled public write access.

Re: How can I change the background 10 years 3 weeks ago #4038

ok, thank you! how can I put image in background?
The administrator has disabled public write access.

Re: How can I change the background 10 years 3 weeks ago #4066

I'm waiting your reply...
I tried to change with url of image, but don't work
tks
The administrator has disabled public write access.

Re: How can I change the background 10 years 3 weeks ago #4070

  • trungdt
  • trungdt's Avatar
  • OFFLINE
  • Administrator
  • Posts: 2284
  • Thank you received: 998
  • Karma: 121
Hello,

Please see code below:
#page-bg {
    background: url("your_url_to_image_here");
}
The administrator has disabled public write access.
Time to create page: 0.111 seconds