Editing Blog (Post Page) Footer

Hello! :slight_smile:

I was able to find out how to change the background of the Blog and Blog Posts on this forum with this code:

.blog {
background-color: #e8e8e8;
}

.single-post {
background-color: #e8e8e8;
}

However this also changed the color of the footer. How can I change the color of the footer on the Blog and Blog Posts?

Thanks in advance for your help!

Hey Luis,

Please add this code in X > Theme Options > CSS:

x-colophon.bottom {
    background-color: #e8e8e8;
}

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.