Choosing a selection results in a full page refresh.
Opens in a new window.
/* Change the background color of the entire site */
body {
background-color: #f5f5f5 !important; /* Light gray background */
}
/* Ensure all sections have a consistent background */
.template-index,
.template-collection,
.template-product,
.template-cart,
.template-page,
.template-blog {
background-color: #f5f5f5 !important; /* Match site-wide background */
}