So I added an image to the footer and I was wondering if there was a way to get the image to stretch rather than repeat or tile.
Hey metrocitygirl,
Try this code in the General Styling > Quick CSS field:
.footer_color {
background: url(https://new-site.chikamotolaw.com/wp-content/uploads/2017/05/1920x1200-1030x644.jpg) no-repeat center center fixed!important;
background-size: cover!important;
}
Best regards,
Mike