[Resolved] Can't delete image in footer

Home Forums Support [Resolved] Can't delete image in footer

Home Forums Support Can't delete image in footer

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #782975
    Kathleen

    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?

    #782995
    Leo
    Staff
    Customer Support

    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 ๐Ÿ™‚

    #783032
    Kathleen

    Leo, You are a genius. I would never, ever have found that. Thank you so much!

    #783046
    Leo
    Staff
    Customer Support

    Not an easy one to find.

    Not sure why it wasn’t added in the customizer.

    We will look into it ๐Ÿ™‚

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