Changing the templates background image

eCommerce WordPress theme with various e-store features and WooCommerce support.
GK User
Tue Apr 14, 2015 10:32 am
How do I change the template's background image (the one of the woman that appears on all pages)?
User avatar
Fresh Boarder

GK User
Tue Apr 14, 2015 10:54 am
Hello,

The easiest way to change this image is by replacing wp-content/themes/StoreBox/images/bg_desktop.jpg file with your own image (the same name)
User avatar
Moderator

GK User
Tue Apr 14, 2015 12:13 pm
Thank you.

Is there an alternative that does not require access to the server hosting the site?
User avatar
Fresh Boarder

GK User
Tue Apr 14, 2015 1:12 pm
You can use custom css plugin i.e. this one described here:
https://www.gavick.com/blog/adding-cust ... ress-theme

upload image to your media library, copy the URL of the image and add this custom css code:
Code: Select all
body {
   background-image: url('full_URL_of_your_image');
}
User avatar
Moderator

GK User
Tue Apr 14, 2015 9:25 pm
Thank you Piotr, that worked perfectly.
User avatar
Fresh Boarder


cron