Footer Image and Copyright

Hey I added an image widget into the footer, however it automatically keeps an image description below the image that says Main Logo even when I erase that from the description box. I am also having trouble changing or removing my menu from the footer, I go to the place to edit it and it won’t let me click on things to change it. I would also like to remove the the copyright line where it says Theme: Illdy. Attached is an image of my problems. My website is www.learningandlaughingpreschool.com

Any help would be greatly appreciated!

I got the menu part figured out. So I just need help with the image and the footer.

Hello there,

I hope you are doing well today.

You can use the following CSS code to remove the elements by going to Appearance > Customize > Additional CSS and pasting it there.


/*Remove footer copyright*/
#footer .bottom-footer, .wp-caption-text {
    display: none;
}


Best Regards,
Support

Is there a way to keep the add a copyright message in its place without it saying the theme name?