Skip to content

Commit

Permalink
added buttons to the nusery template
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaythan Elam committed Jul 8, 2021
1 parent 31f00ae commit f2cc9c5
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions snippets/custom-styles.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
text-align: left;
}

/******** HOME PAGE BUTTONS ********/
/******** HOME PAGE ********/

#shopify-section-1620626621ffef6b4f .featured-content--link a {
background-color: #FAAE42;
Expand All @@ -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;
Expand All @@ -79,4 +79,10 @@
padding: 20px;
border-radius: 2px;
text-decoration: none;
}

/******** CONTACT PAGE ********/

.contact-page--root {
background-color: #F7F7F7;
}

0 comments on commit f2cc9c5

Please sign in to comment.