• Resolved tinamccormick1

    (@tinamccormick1)


    In the footer there is a dark grey box that says “Zerif-Lite powered by WordPress”

    Is there a way to move, edit the box color, or remove the powered by box?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Paste the following css code to change the background color at Admin > Appearance > Customize > Additional CSS .
    .copyright {
    background: #ccc !important;
    }

    Thread Starter tinamccormick1

    (@tinamccormick1)

    @mdshak that worked, thank you!

    You are most welcome and I am always ready to help the WordPress Community.

    Thread Starter tinamccormick1

    (@tinamccormick1)

    @mdshak what kind of additional code would I need to adjust a picture or text in the footer? I ended up just removing that box, and it shifted the picture and text a little. Would like the photo to move slightly to the left and the text to the right. Thoughts?

    May I have specific page url to check and find the solution?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Footer Edit’ is closed to new replies.