Hi there,
I’m looking to change the full background colour of just one section.
The colour will not extend to the entire section. Can anyone help with this.
Hi there,
I’m looking to change the full background colour of just one section.
The colour will not extend to the entire section. Can anyone help with this.
Hey @unisonweb
Follow these steps to change the background color of your section.
Note: You can set any color you want by making changes in the code where the color is mentioned.
div#shopify-section-template--18119675904311__b82a4d49-46a0-49a1-ae89-fea308c16cfa {
background: #ebf6fd;
}
Add this css at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid
Thanks a lot, this worked.