Footer text/Blog at Worpress

  • Unknown's avatar

    How do I change the footer appearance and literal text that reads “Blog at Worpress. The Forever Theme.”

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    That text is actually required per our Terms of Service. Specifically, it’s listed under #11 here:

    http://en.wordpress.com/tos/

    While you can’t alter that text, I can definitely help you change the background color of the footer element. You can use the following CSS:

    #colophon {
    background-color: ;
    }
    
    #site-info {
    background-color: ;
    }

    Just input that under Appearance -> Customize -> CSS. Please make sure the “Blog at WordPress.com” text and theme credit are still readable.

  • The topic ‘Footer text/Blog at Worpress’ is closed to new replies.