How can I modify the footer design on my homepage?

Hi,

I am looking to make the image on my home page full bleed so that there isn’t a white bar at the bottom of the home page. I would also like to change the colour of the Instagram icon and copyright text to white, just for the homepage.

I have attached a mock-up image below to show what I mean.

My website is: www.brookesbooth.com

My password is: Hello

Many Thanks

1 Like

The theme is Narrative btw.

1 Like

@BROOKESBOOTH

Welcome to Shopify Community.
Kindly add this code in the bottom of theme.scss file.

.site-footer--parallax .site-footer {
    position: fixed;
    bottom: 118px !important;
    left: 0;
    right: 0;
    z-index: 9999;
}

Thank you.