How to remove logo from the footer?

How to remove logo from the footer?

There are 2 ways, using code, to remove logo from the footer.

1. Go to cPanel > File Manager > public_html > wp-content > themes > wpjobster-child > create a folder 'template-parts' > in the folder 'template-parts' create 'footer' > in 'foooter' folder create a file named 'footer-logo.php'

2. Go to cPanel > File Manager > public_html > wp-content > themes > wpjobster-child> Edit ‘Style.css’ and add below code > Save changes
.footer-wrapper .logo-holder {
    display: none;
}
After every modification made in CSS, please give your site a hard refresh (CTRL + SHIFT + R)