No matter what solution I try on these boards, I cannot get the font color of my privacy policy page and terms page to change to black. It’s green, which means I’ve chosen it before or somehow set it, but I can’t locate it again.
https://np09cy3x2pk6tcl4-89214681390.shopifypreview.com
Any help is appreciated.
1 Like
Hi @AndreaH3737
Try this one.
- From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
- Find the theme that you want to edit and click on “Actions” and then “Edit code”.
- In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.shopify-policy__container, .shopify-policy__container h1, .shopify-policy__container h2 {
color: black;
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
1 Like