add this code in asset/base.css at bottom
.card-information+.card{background: #C7C0C0;}
Goal: change the background behind product images (collections and product pages) to light grey without changing the whole page.
Key approaches:
Important caveat:
Outcomes:
Status: partially resolved; ongoing for users needing theme-specific selectors or image transparency solutions. Images attached illustrate desired grey backgrounds.
add this code in asset/base.css at bottom
.card-information+.card{background: #C7C0C0;}