How to lighten the footer text in Flow theme?

Hey everyone,

Under the Support and Chronicles headings, the text seems to be too dark or under some darken code. I’d like the colour to be the same orange as all the other text in the screenshot.

Here is the preview: https://t4rey0ff3e2vi2r1-12859847.shopifypreview.com

How do I change this? Thanks

Hi @pjk3635 ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.min.css->paste below code at the bottom of the file:
.footer-article, .footer-article a, .footer-content a {
    color: #ff4500 !important;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

amazing that worked thank you!