Hi Nxte,
You can do that easily using Custom CSS right inside your theme editor — no need to touch the main code.
Go to:
Shopify Admin → Online Store → Customize → Footer → Custom CSS,
then add something like this:
/* Change footer color only on the contact page */
.template-page-contact footer {
background: red;
}
(You can replace “red” with your desired color code like #000000 or #f2f2f2.)
Hope this helps,
Sophia - The Tapita team
