diff --git a/snippets/custom-styles.liquid b/snippets/custom-styles.liquid index 1397d8b..8162403 100644 --- a/snippets/custom-styles.liquid +++ b/snippets/custom-styles.liquid @@ -42,7 +42,7 @@ text-align: left; } -/******** HOME PAGE BUTTONS ********/ +/******** HOME PAGE ********/ #shopify-section-1620626621ffef6b4f .featured-content--link a { background-color: #FAAE42; @@ -65,7 +65,7 @@ text-decoration: none; } -/******** NURSERY BUTTONS ********/ +/******** NURSERY PAGE ********/ #shopify-section-framework--image-with-text-2 .featured-content--link a { background-color: #FAAE42; @@ -79,4 +79,10 @@ padding: 20px; border-radius: 2px; text-decoration: none; +} + +/******** CONTACT PAGE ********/ + +.contact-page--root { + background-color: #F7F7F7; } \ No newline at end of file