Need an image added to your site footer area? You can simply use the CSS tweaks in Canvas by following the steps below

Prerequisite(s)
Canvas theme
Canvas Child theme


Step 1 Login to WordPress control panel

Step 2 Provided that you have already uploaded a Canvas Child folder containing style.css and functions.php files in the themes folder using FTP. Go to Appearance > Editor

Step 3 Enter the following codes in Canvas Child style.css file. Make sure to change the URL of the last line to the URL of your desired image.

/*
Theme Name: Canvas Child
Theme URI:
Description: Child theme for the Canvas theme
Author: Jezweb
Author URI: http://www.jezweb.com.au/
Template: canvas
Version: 0.1.0
*/

@import url(“../canvas/style.css”);

#footer {
background:url(

http://www.jezwebtest.com.php53-12.ord1-1.websitetestlink.com/wp-content/uploads/2014/09/new-gradient.png);

}

 

note: We are using a Canvas child theme so that your CSS settings will not be changed if there is an update with the main canvas theme.


Step 4 Click Update File and go to your online site. Please notice the image in your footer area.


Here is a video tutorial on how to add an image in the footer using CSS tweaks in Canvas