Brooklyn Theme - Change Footer Background Colour

Hi,

I have a custom footer, that I am wanting to change the background colour of. How can I change the footer colour please?

I have tried adding a custom ID to the footer wrapper, but the wrapper doesn’t seem to contain the entire footer:

wrapper#CustomFooter {
background-color: #000000;
}

Cheers.

Can you please send me store url?

Hi @andylewie ,

div#shopify-section-footer {
background: red;
padding: 23px;
}

try this code or let me know the URL please

www.humdinger.nz

Unfortunately that only works for the area immediately above the footer.

Hi @andylewie ,

html.supports-js.supports-no-touch.supports-csstransforms.supports-csstransforms3d.supports-fontface.supports-pointerevents {
background: Red;
}

change color as per you need !

1 Like

@andylewie

html, body {
    background-color: #000000 !important;
}

Add this code.

@Zworthkey unfortunately that changed the background colour of the entire page.

@oscprofessional that’s spot on, thank you very much!

1 Like

@andylewie

hahaha,
no both are the Same,