All things Shopify and commerce
I'd like to make a few changes to my Collections List page, and would be super appreciative if someone could give me a hand:
I'm using the Atlantic theme. Here is my collections list page.
Thanks in advance for any assistance 🙂
Hi @AreaMan
I understand you're looking to customize your Collections List page in the Atlantic theme. Let's tackle each of your requests step by step.
To set the main content area's background to white without affecting the header and footer:
If the theme settings don't offer this specific option, you might need to add custom CSS:
At the bottom of the file, add:
.main-content {
background-color: #FFFFFF;
}
To eliminate the divider line under the "OUR COLLECTIONS" heading:
In the same CSS file (theme.css or styles.css), add:
.collections-list .section-header__divider {
display: none;
}
To reduce the headline size to match others on your site:
Still in the CSS file, add:
.collections-list .section-header__title {
font-size: [desired size]px;
}
Important Note: Before making any code changes, it's wise to back up your theme to prevent potential issues. If you're not comfortable editing code, consider reaching out to a developer or the theme's support team.
If you need any other assistance, I am willing to help.
Best regards,
Daisy.
Hi @DaisyVo,
I added all three changes to the bottom of the theme.css.liquid file (see attached). Unfortunately, none of the changes affected the site experience. Did I do something incorrectly? I appreciate your help!
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025