Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #793646

    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.

    #793667

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.