Hi,
I would like to know how I can add a background image to the theme.
Thanks.
Hi,
I would like to know how I can add a background image to the theme.
Thanks.
Hi drorbek,
How about via Appearance > Background
OR
Edit your CSS in your child theme
body {
background: url("images/background.jpg") no-repeat fixed center top #ffffff !important;
}
CSS Background
http://www.w3schools.com/css/css_background.asp
You must log in to post.