How to change footer color

I’m using the integrity theme and I cant find how to change the footer(original footer) color in the theme options. Can you please advise on where to find this option.

Hey Marshae,

You’re using the Original Footer and regretfully, there’s no option to change the background color as per Integrity Stack’s design.

Since you’re using Pro and I see you already are using a custom header, I’d recommend you create a create a custom footer using the Footer Builder.

If you don’t want to create a custom footer at this time, you need to customize the footer using CSS. I’ll provide you with a sample but just note that we cannot provide you with custom code continuously as that is outside the scope of our theme support.

Please add the following code in Theme Options > CSS.

.x-colophon {
    background: black;
}

Thanks.

1 Like

This works, thanks a million!

You’re welcome, Marshae.

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