Archived topic
Can't delete image in footer
3 replies · Started by Kathleen on January 15, 2019
I am using the Awaken theme and the image for the footer links back to your site.
https://gpsites.co/awaken/wp-content/uploads/sites/3/2018/02/wave-background.jpg
I cannot get rid of it. If I create a new footer, it just comes right back. Change the widget code...no joy. Get rid of widget....no joy. Change background image for footer in Customizer...nope. I can add a background picture in elementor but it all lies on top of the above mentioned image. Even creating a new blank template starts with your image.
So how do I get rid of it?
Hi there,
Go to the Additional CSS field in the customizer and remove this CSS:
/* Footer */
.site-footer {
background-image: url("https://gpsites.co/awaken/wp-content/uploads/sites/3/2018/02/wave-background.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position: top center;
padding: 80px 0;
}
Make sure to flush your caching plugin as well.
Let me know if this helps :)
Leo, You are a genius. I would never, ever have found that. Thank you so much!
Not an easy one to find.
Not sure why it wasn't added in the customizer.
We will look into it :)