as you can see i want to change the white background to match my store theme which is #7e6d60 and i also want the black font to match the other font #b2947c
Hi @dumbl3d00r
Please try the following code. I adjusted your background color to match the other background you have
- From the Admin page, go to Online Store > Themes
- Select the theme you want to edit, click the three dots to edit code
- Under the Asset folder, open the base.css
- Then place the code below at the very bottom of the file and SAVE
section#shopify-section-template--23627624448340__main {
background: #786659;
}
section#shopify-section-template--23627624448340__main h1.main-page-title {
color: #b2947c;
}
Result:
Please click ‘Like’ and mark it as ‘Solution’ if you find it helpful.



