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.
A user wants to reposition the collection list to appear directly below the collection title on their Shopify store, which uses the Flex theme from Out of the Sandbox.
Proposed Solution:
Another participant provided step-by-step CSS customization instructions:
Status:
The solution has been offered but not yet confirmed as tested or successful by the original poster. The discussion remains open pending implementation feedback.
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