ThemeForest

Photo Nexus Wordpress gallery 2 in 1

How to add a background image to the theme?

Hi,

It’s a very easy modification.

Edit style.css line 46

include a background style inside the body tag

Something like the following

body {
background: #111 url(images/yourimage.jpg) repeat;
}

The #111 is the color value – you can specify any hex color value there

The image path is in the url – copy your image file in the images folder of the theme. It should pick up the background and display nicely.

by
by
by
by
by