Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
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
Solved! Go to the solution
This is an accepted solution.
Hi @dumbl3d00r
Please try the following code. I adjusted your background color to match the other background you have
1. From the Admin page, go to Online Store > Themes
2. Select the theme you want to edit, click the three dots to edit code
3. Under the Asset folder, open the base.css
4. 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.
This is an accepted solution.
Hi @dumbl3d00r
Please try the following code. I adjusted your background color to match the other background you have
1. From the Admin page, go to Online Store > Themes
2. Select the theme you want to edit, click the three dots to edit code
3. Under the Asset folder, open the base.css
4. 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.
Btw, make sure to check your color contrast. Even with your previous provided background, it is still failing