Hi,
I would like to change the body to an image or different colour.
I also would like to change the colour of the footer.
I am very definitely new to this so if you explain to me like im stupid or under 5 I would appreciate it.
Thanks,
Don
Hi,
I would like to change the body to an image or different colour.
I also would like to change the colour of the footer.
I am very definitely new to this so if you explain to me like im stupid or under 5 I would appreciate it.
Thanks,
Don
Hey,
open up css/custom.css and insert following code:
body {
background: none #FFFFFF;
}
Change the color or add a background image. This page: http://www.w3schools.com/cssref/css3_pr_background.asp maybe helps a bit.
2) Open up css/custom.css and insert following code:
#footer {
background: none #F8F8F8;
border-top: 1px solid #EEEEEE;
}
and change the footer color.
thanks!
Glad that I could help you :)
You must log in to post.