On my collection page i want to change the background to an image, i want it only on this page, not my other pages. Any code for this?
Theme: Dawn
Website: Desire-online.net
A user seeks to add a background image exclusively to one collection page without affecting other pages on their Shopify store (using the Dawn theme).
Proposed Solutions:
Current Status:
On my collection page i want to change the background to an image, i want it only on this page, not my other pages. Any code for this?
Theme: Dawn
Website: Desire-online.net
Try this one.
.collection-list-wrapper.page-width.isolate.no-heading.no-mobile-link.section-template--19958073753890__5384b4b2-1ee6-4cd1-a5eb-66acd626d532-padding {
background-image: url("path/to/your/image.jpg");
}
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Base.css
.collection-list-wrapper.page-width.isolate.no-heading.no-mobile-link.section-template--19958073753890__5384b4b2-1ee6-4cd1-a5eb-66acd626d532-padding {
background-image: url(" URL your image.jpg");
}
Hope you find my answer helpful!
Best regards,
Richard | PageFly
Thank you, and what would be the code to change just the decor collection pages background?