.collection-list__container{
background-color:#f7fbfd;
padding-top: 0.5px;
width: 100%;
I am trying to do this, but it doesn’t work.
A user is attempting to make a background color extend full width in the Empire theme, sharing a screenshot and reversed CSS code snippet.
Proposed Solutions:
Multiple app support teams (PageFly, GemPages) and a community member offered similar approaches:
theme.css or theme.liquid file via Online Store → Theme → Edit code.collection-list__container or specific section IDs with background-color: #7fbfdf and width: 100%theme.css or before the closing </body> tag in theme.liquidNote: Several responses contain reversed/garbled text in the original posts, making some code snippets difficult to verify. The core solution involves applying full-width background styling to collection list containers through custom CSS.
.collection-list__container{
background-color:#f7fbfd;
padding-top: 0.5px;
width: 100%;
I am trying to do this, but it doesn’t work.
Hi @JMUDental
This is Victor from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.css.
Step 3: Paste the below code at bottom of the file → Save
div#shopify-section-template--16720725672179__dynamic_collection_list {
background: #f7fbfd !important;
}
Hope that my solution works for you.
Best regards,
Victor | PageFly
Hello @JMUDental
It’s GemPages support team and glad to support you today.
You can follow these steps:
I hope the above is useful to you.
Kind & Best regards,
GemPages Support Team
@JMUDental put below css into theme.liquid file before closing tag