Skip to content
- Choosing a selection results in a full page refresh.
- Opens in a new window.
\
/* Make the product title larger */
.featured-collection .product-title {
font-size: 1.5em; /* Adjust the size as needed */
font-weight: bold; /* Optional: make the title bold */
}
/* Make the product price smaller */
.featured-collection .product-price {
font-size: 1em; /* Adjust the size as needed */
}