Hi guys,
Looking for some help. Would like to put the collection list under the main collection title (as shown in image below). Any ideas? Using Flex theme from Out of the Sandbox.
Hi guys,
Looking for some help. Would like to put the collection list under the main collection title (as shown in image below). Any ideas? Using Flex theme from Out of the Sandbox.
Hello @NickGH14
Step 1 – Go to your theme code
Step 2 – Locate your stylesheet
styles.css, theme.css, or base.css (depends on your theme).
styles.css, click it.Step 3 – Add your CSS at the bottom
Scroll all the way down to the bottom of that file and paste this code:
.collection-thumbnail-overlay {
background-color: unset !important;
}
.collection-info__caption {
position: relative !important;
}
span.title {
color: black !important;
font-size: 16px !important;
}
Step 4 – Save changes
Click the Save button (top right).
Step 5 – Check your store