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
password: Christianshop123
thanks!
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
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:
.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 ![]()