Author Topic: How to change the background of home page  (Read 8289 times)

Offline emanuelben616

  • Jr. Member
  • **
  • Posts: 55
  • Karma: +2/-0
    • View Profile
How to change the background of home page
« on: July 24, 2015, 07:41:05 AM »
Hi,

   I wanted to change the main background, like the white background of each page i want to add my own design to it. I don't know how clear i am about what I'm saying but changing the color isn't the problem its adding my own design that i have created to the background. Anyone know how to add it?

yonghan

  • Guest
Re: How to change the background of home page
« Reply #1 on: July 24, 2015, 07:52:30 AM »
Hi, you can try to add the image to the body tag in your css.

Code: [Select]
body {
background-image: 'your_image_path_here';
}

Hope it helps. :)

Offline emanuelben616

  • Jr. Member
  • **
  • Posts: 55
  • Karma: +2/-0
    • View Profile
Re: How to change the background of home page
« Reply #2 on: July 24, 2015, 08:09:12 AM »
Ill give it a try thank you!

Offline CoolSurfer

  • Jr. Member
  • **
  • Posts: 89
  • Karma: +2/-2
    • View Profile
Re: How to change the background of home page
« Reply #3 on: December 14, 2015, 05:37:26 AM »
Thanks. Was looking for this info.

 

Powered by SMFPacks Social Login Mod