Hi @LittleWins ,
Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:
.content-for-layout {
background: #fff9f4;
background-attachment: fixed;
}
A user working with Shopify’s Canyon theme needs help customizing page background colors and adding menu icons.
Background Color Issue - Resolved:
base.css file targeting .content-for-layout with specific background color and fixed attachment propertiesMenu Icons Request - In Progress:
header-drawer.liquid fileTechnical Details:
Hi @LittleWins ,
Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:
.content-for-layout {
background: #fff9f4;
background-attachment: fixed;
}