How to make footer area transparent? Using Avada and WordPress [closed]

It’s better if you share the the link to your site OR if you can show us the attempts you have made and the problems which your are facing while doing so.

A suggestion for to do so is to make footer background transparent and apply background image to your .page class which is default wordpress class you can be more specific with by using unique page ID in css and then apply that background.
for example:

#example-pageid footer {
               background:transparent;
                 }

#example-pageid {
            background_image:url(your/image/
            }