Can I change the footer color to grey on product pages only?

hi!

is it possible to make the footer grey but only on the page where the product is showing because not everything on the website is grey

www.gallerychristian.com

password: Christianshop123

thanks!

I have checked your site and you are using the theme “Dawn”.

Please add this into the below of main-product.liquid file.

#shopify-section-footer { background: #dbdbdb; }

#shopify-section-footer .footer { background: #dbdbdb; }

Hi @christian_russo ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/section-main-product.css->paste below code at the bottom of the file:
.footer__blocks-wrapper .footer-block__heading,
.footer__blocks-wrapper .list-menu__item--link {
    color: grey !important;
}

Hope it can help you.

it doesn’t work :disappointed_face: