Header/Footer Difficulties intergalatic theme

  • Unknown's avatar

    Can someone help me please with customizing the headers/footer including changing colors and maybe even just getting rid of them in general. please

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

  • Unknown's avatar

    Hi @popabubblechangealife, you are not allowed to hide the WordPress.com and theme footer credits per our Terms of Service (#11). Even the VIP sites here at WordPress.com (CNN, Time, etc.) are required to keep the footer credits. See the Frequently Asked Questions on the Custom Design support page for more information.

    You are allowed to restyle the footer credits to better fit with your design as long as they remain readable. You can also add text, like a copyright, to the footer credits. Here is an example of adding some text above the existing footer and then making it a little less tall.

    .site-info, .site-info a {
        color: #777;
        font-size: 90%;
    }
    .site-info:before {
        content: "This is my Copyright";
        display: block;
        color: #fff;
        margin-bottom: 10px;
    }
    .site-info {
        margin-top: 0;
        margin-bottom: 0;
    }

    On the header, what exactly do you want to change?

  • The topic ‘Header/Footer Difficulties intergalatic theme’ is closed to new replies.