I would like to add an image as the background of my footer, how do i accomplish this?
@adamjohnsoko you have to create a input settings
Add background image in main footer div
input schema :
{
“type”: “image_picker”,
“id”: “bg-img”,
“label”: “background-img”
},
add image in customizer
Would this go into the footer.liquid section?
@adamjohnsoko yes footer.liquid
Pasting this code into the footer section and substituting ‘original’ with the image URL causes my main banner to disappear; no other changes occur.
input schema :
{
“type”: “image_picker”,
“id”: “bg-img”,
“label”: “background-img”
},
